style: remove uppercase and add vertical separators to footer navigation
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:
@@ -101,7 +101,16 @@
|
|||||||
|
|
||||||
/* Footer navigation styling */
|
/* Footer navigation styling */
|
||||||
footer nav ul.nav {
|
footer nav ul.nav {
|
||||||
@apply flex items-center space-x-6 text-sm uppercase tracking-wider;
|
@apply flex items-center space-x-4 text-sm tracking-wide;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer nav ul.nav li {
|
||||||
|
@apply flex items-center;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer nav ul.nav li:not(:last-child)::after {
|
||||||
|
content: "|";
|
||||||
|
@apply ml-4 opacity-20 text-[var(--text-secondary)];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navigation Links */
|
/* Navigation Links */
|
||||||
|
|||||||
Reference in New Issue
Block a user