Skip to content

Commit

Permalink
forgor a 3
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Mar 4, 2024
1 parent fc80849 commit 8eb742d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const base = import.meta.env.BASE_URL;
border-b-2 border-b-accent-lightest
transition-all
">
<div class="grid sm:grid-cols max-sm:grid-cols-2 justify-center items-center">
<div class="grid sm:grid-cols-3 max-sm:grid-cols-2 justify-center items-center">
<div class="flex flex-row justify-start items-center gap-3">
<a class="home-button">
<!-- <Image src={logo} alt="Globed logo" class="w-[24px] h-[24px]"/> -->
Expand Down

0 comments on commit 8eb742d

Please sign in to comment.