Skip to content

Commit

Permalink
fix: gap between header and ul
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 27, 2025
1 parent 4665e37 commit 347bb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const path = Astro.url.pathname.replace(/\//g, "");
<div class="mb-4 flex flex-col gap-2">
<h2 class="mt-2 text-xl font-bold">Experience</h2>
<div class="flex flex-col gap-2 md:flex-row md:gap-10">
<div>
<div class="flex flex-col gap-2">
<h3 class="font-semibold">Programming Languages</h3>
<ul class="list-inside list-disc">
<li>Astro (HTML/CSS)</li>
Expand All @@ -105,7 +105,7 @@ const path = Astro.url.pathname.replace(/\//g, "");
<li>Bash</li>
</ul>
</div>
<div>
<div class="flex flex-col gap-2">
<h3 class="font-semibold">Tools</h3>
<ul class="list-inside list-disc">
<li>Docker</li>
Expand Down

0 comments on commit 347bb5c

Please sign in to comment.