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 a5ba7d8 commit 30b2b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import SkillSet from '@src/components/SkillSet.astro';
---

<Layout title="JNS website">
<main class="pages pl-5 md:pl-10 lg:pl-20">
<main class="pages">
<AboutMe />
<div class="h-32"/>
<div class="h-28"/>
<SkillSet />
</main>
</Layout>
2 changes: 1 addition & 1 deletion src/pages/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 30b2b48

Please sign in to comment.