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 {
content: '|';
padding-left: 0.6em;
content: '';
padding-left: 0.5em;
}
/* Screen sizes larger than mobile */

View File

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