Skip to content

Commit

Permalink
fix(layout): Typo and sidebar height 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3h47 committed Sep 8, 2024
1 parent 01568f0 commit a76b4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Curriculum: React.FC = () => {
<div className="bg-white text-gray-800 md:px-8">
<div className="grid grid-cols-12 md:gap-8 justify-items-center md:justify-items-start">
<aside
className={`px-5 md:mr-2 col-span-12 md:col-span-5 lg:w-col-span-3 xl:col-span-4 mb-14 md:mb-8 md:order-first order-last bg-slate-100 print:bg-slate-50 w-full md:max-w-[28rem] md:min-w-[24rem] h-full ${a4PrintPageClass}`}
className={"px-5 md:mr-2 col-span-12 md:col-span-5 lg:w-col-span-3 xl:col-span-4 mb-14 md:mb-8 md:order-first order-last bg-slate-100 print:bg-slate-50 w-full md:max-w-[28rem] md:min-w-[24rem] h-full"}
>
<div className="mb-8">
<h2 className="text-2xl font-bold my-3.5">
Expand Down
2 changes: 1 addition & 1 deletion src/utils/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"zenbit_johnson": "Tuberculosis Diagnostic System - Johnson & Johnson;",
"zenbit_audi": "Snow Tire Sales System - Audi.",
"redfox_date": "Jul 2021 - May 2022",
"redfox_specialization": "Senior Full-Stack Developer II",
"redfox_specialization": "Full-Stack Developer II",
"redfox_location": "Remote Work (São Paulo)",
"redfox_alper": "Cargo Insurance and Cargo Transport System - Alper Cargo;",
"redfox_gohealth": "GoHealth Health SaaS System.",
Expand Down

0 comments on commit a76b4c6

Please sign in to comment.