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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {