feat: add secondary navigation to the footer
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user