Skip to content

Commit

Permalink
Update page layouts and component heights for improved responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenusan committed May 14, 2024
1 parent 30b2b48 commit f235495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/es/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SkillSet from '@src/components/SkillSet.astro';
<Layout title="JNS website">
<main class="pages pl-5 md:pl-10 lg:pl-20">
<AboutMe />
<div class="h-32"/>
<div class="h-28"/>
<SkillSet />
</main>
</Layout>
2 changes: 1 addition & 1 deletion src/pages/es/vitae.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TimelineVitae from '@src/components/TimelineVitae.astro';
<Layout title="JNS website">
<main class="pages">
<TimelineVitae type="experience" items={['antexia', 'gradiant', 'coremain']} class="mb-10"/>
<div class="h-20"/>
<div class="h-8"/>
<TimelineVitae type="education" items={['teis', 'leliadoura', 'uva']}/>
</main>
</Layout>

0 comments on commit f235495

Please sign in to comment.