Add middle-dot between tags in taglist
This commit is contained in:
parent
0283aa6cbe
commit
0e34e523c6
@ -43,6 +43,10 @@ nav ul, footer ul, #taglist {
|
||||
margin: .5em;
|
||||
}
|
||||
|
||||
.taglist a:not(:last-child)::after {
|
||||
content: " · ";
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
nav {
|
||||
|
Loading…
Reference in New Issue
Block a user