Add middle-dot between tags in taglist

This commit is contained in:
esdnm
2022-07-03 23:25:26 +06:00
committed by GitHub
parent 0283aa6cbe
commit 0e34e523c6

View File

@@ -43,6 +43,10 @@ nav ul, footer ul, #taglist {
margin: .5em;
}
.taglist a:not(:last-child)::after {
content: " · ";
}
@media (min-width: 1200px) {
nav {