From 32ca42c984f4375cf83b5a15f55f60ed59273c45 Mon Sep 17 00:00:00 2001 From: wh1t3h47 Date: Sat, 18 Nov 2023 21:51:58 -0300 Subject: [PATCH] =?UTF-8?q?fix(layout):=20Mobile,=20detalhes=20e=20impress?= =?UTF-8?q?=C3=A3o=20:wrench:=20closes=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/app/App.tsx | 60 +++++++++++++++++++++------------------------- tailwind.config.js | 5 ++++ 3 files changed, 33 insertions(+), 34 deletions(-) diff --git a/index.html b/index.html index ce67b32..a28842e 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/App.tsx b/src/app/App.tsx index 9b9b31e..a497b68 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -51,14 +51,14 @@ const Curriculum: React.FC = () => { return ( <> -
-
-
+
+
-
-
+
+

{i18n("exp_title")}

@@ -320,16 +320,14 @@ const Curriculum: React.FC = () => { -
- +
+

{neutral("zenbit")}

{i18n("zenbit_date")}

-

- {i18n("zenbit_specialization")} -

+

{i18n("zenbit_specialization")}

{i18n("zenbit_location")}

@@ -354,17 +352,15 @@ const Curriculum: React.FC = () => { -
- +
+

{neutral("redfox")}

{i18n("redfox_date")}

-

- {i18n("redfox_specialization")} -

+

{i18n("redfox_specialization")}

{i18n("redfox_location")}

  • @@ -383,14 +379,12 @@ const Curriculum: React.FC = () => { -
    - +
    +

    YouSendr

    {i18n("yousendr_date")}

    -

    - {i18n("yousendr_specialization")} -

    +

    {i18n("yousendr_specialization")}

    {i18n("yousendr_location")}

    @@ -408,12 +402,12 @@ const Curriculum: React.FC = () => {

    {i18n("edu_title")}

    -
    -
    +
    +
    - +

    {neutral("senai")}

    {neutral("senai_date")}

    @@ -429,7 +423,7 @@ const Curriculum: React.FC = () => {

    {i18n("projects_title")}

    -
      +
      • {i18n("freelance_frei")} diff --git a/tailwind.config.js b/tailwind.config.js index 1cf7da8..2a2d325 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -14,6 +14,11 @@ export default { }, screens: { print: { raw: "print" }, + md: [ + { min: "900px" }, + { raw: "print" }, // Always hit md in print mode + ], + lg: "1096px", }, }, },