Change ::after content for separating flex navigation links

This commit is contained in:
Helen Chong 2024-05-28 16:28:58 +08:00
parent da7f5c81e6
commit 7d37fcb934
2 changed files with 3 additions and 3 deletions

View File

@ -39,8 +39,8 @@
} }
.footer__links li:not(:last-child)::after { .footer__links li:not(:last-child)::after {
content: '|'; content: '';
padding-left: 0.6em; padding-left: 0.5em;
} }
/* Screen sizes larger than mobile */ /* Screen sizes larger than mobile */

View File

@ -59,7 +59,7 @@ layout: main/content
} }
.changelog__nav--links li:not(:last-child)::after { .changelog__nav--links li:not(:last-child)::after {
content: '|'; content: '';
padding-left: 0.5em; padding-left: 0.5em;
} }