We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08618a commit 673c009Copy full SHA for 673c009
1 file changed
src/components/Header.astro
@@ -37,7 +37,7 @@ const isActive = (path: string) => {
37
>
38
<div
39
id="top-nav-wrap"
40
- class="relative flex w-full items-start justify-between bg-background p-4 sm:py-6"
+ class="relative flex w-full items-baseline justify-between bg-background p-4 sm:py-6"
41
42
<a
43
href="/"
0 commit comments