Skip to content

Commit 673c009

Browse files
authored
fix: align vertically in header nav (#460)
1 parent e08618a commit 673c009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const isActive = (path: string) => {
3737
>
3838
<div
3939
id="top-nav-wrap"
40-
class="relative flex w-full items-start justify-between bg-background p-4 sm:py-6"
40+
class="relative flex w-full items-baseline justify-between bg-background p-4 sm:py-6"
4141
>
4242
<a
4343
href="/"

0 commit comments

Comments
 (0)