Skip to content

Commit 5f8a5d8

Browse files
committed
Header menu alignment
1 parent db6af62 commit 5f8a5d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

theme/header.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
</svg>
1010
</a>
1111
<nav class="hidden gap-f32 md:flex">
12-
<a href="https://www.frequency.xyz/#mission" target="_blank" class="h6 underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
12+
<a href="https://www.frequency.xyz/#mission" target="_blank" class="font-title leading-[1] tracking-wider text-[20px] underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
1313
Mission
1414
</a>
15-
<a href="https://www.frequency.xyz/#about" target="_blank" class="h6 underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
15+
<a href="https://www.frequency.xyz/#about" target="_blank" class="font-title leading-[1] tracking-wider text-[20px] underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
1616
About
1717
</a>
18-
<a href="https://www.frequency.xyz/#user" target="_blank" class="h6 underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
18+
<a href="https://www.frequency.xyz/#user" target="_blank" class="font-title leading-[1] tracking-wider text-[20px] underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
1919
User
2020
</a>
21-
<a href="https://www.frequency.xyz/#developers" target="_blank" class="h6 underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
21+
<a href="https://www.frequency.xyz/#developers" target="_blank" class="font-title leading-[1] tracking-wider text-[20px] underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
2222
Developers
2323
</a>
24-
<a href="https://www.frequency.xyz/#ecosystem" target="_blank" class="h6 underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
24+
<a href="https://www.frequency.xyz/#ecosystem" target="_blank" class="font-title leading-[1] tracking-wider text-[20px] underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
2525
Ecosystem
2626
</a>
27-
<a href="https://www.frequency.xyz/#contact" target="_blank" class="h6 underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
27+
<a href="https://www.frequency.xyz/#contact" target="_blank" class="font-title leading-[1] tracking-wider text-[20px] underline-on-nav-hover border-color hidden content-center px-2 text-primary transition-all duration-1000 after:bg-teal lg:block">
2828
Contact
2929
</a>
3030
<div class="content-center">

0 commit comments

Comments
 (0)