Skip to content

Commit

Permalink
fix: modify padding on small screens
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 23, 2025
1 parent ba18a84 commit fb77e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const { active } = Astro.props;
---

<nav class="flex w-screen justify-center pb-26">
<nav class="flex w-screen justify-center pb-20 md:pb-26">
<div
class="fixed z-50 flex w-screen flex-row items-center justify-between rounded-md border border-zinc-800/30 bg-zinc-900/40 px-3 py-3 backdrop-blur-md md:mt-6 md:w-[95%] lg:w-5xl">
<a href="/" class="px-2 text-lg font-bold">tkkr.dev</a>
Expand All @@ -19,7 +19,7 @@ const { active } = Astro.props;
d="M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"></path>
</svg>
<p class="m-auto text-center text-nowrap text-red-400">
This site is not yet complete. See the source code on GitHub
This site is not yet complete. See the source code
<a
href="https://github.com/thaddeuskkr/tkkr.dev"
class="underline"
Expand Down

0 comments on commit fb77e41

Please sign in to comment.