Change ::after content for separating flex navigation links
This commit is contained in:
parent
da7f5c81e6
commit
7d37fcb934
|
@ -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 */
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue