We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e241b37 commit 8efc3b6Copy full SHA for 8efc3b6
src/components/layout/Header.astro
@@ -14,8 +14,14 @@
14
>
15
16
<div
17
- class='flex flex-row items-center justify-start gap-x-5 sm:justify-center sm:gap-x-7'
+ class='flex flex-row items-center justify-start sm:justify-center gap-x-10 sm:gap-x-7 pt-5 sm:pt-0'
18
19
+ <a
20
+ href='/'
21
+ class='flex-none text-[1.05rem] font-semibold hover:text-foreground/75'
22
+ aria-label='Nav Menu Item'
23
+ >About
24
+ </a>
25
<a
26
href='/blog'
27
class='flex-none text-[1.05rem] font-semibold hover:text-foreground/75'
0 commit comments