Change ::after content for separating flex navigation links
This commit is contained in:
parent
cfcf53a63a
commit
02aa1ca63a
@ -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…
x
Reference in New Issue
Block a user