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 ( <> -
-
-
+
+
+
-

+

{neutral("antonio")}

-
+
{

-
-

+

+

{i18n("profession")} -

-

+

+

{i18n("description")}

-
-
+
+

{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", }, }, },