feat: add secondary navigation to the footer
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-20 10:40:04 +01:00
parent 7467ae2d37
commit 9f4a46bc88
2 changed files with 9 additions and 1 deletions

View File

@@ -99,6 +99,11 @@
@apply flex flex-col items-center space-y-10 text-4xl;
}
/* Footer navigation styling */
footer nav ul.nav {
@apply flex items-center space-x-6 text-sm uppercase tracking-wider;
}
/* Navigation Links */
.nav-link {
@apply relative py-2 px-1 transition-all duration-300 opacity-80 hover:opacity-100 hover:text-[var(--brand-primary)];