Fix tag styling

This commit is contained in:
Talia 2023-08-31 14:04:34 +02:00
parent 74ca8aaf52
commit 2942df6f9e
Signed by: darkwiiplayer
GPG key ID: 7808674088232B3E

View file

@ -16,8 +16,10 @@ blog-post + blog-post {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
padding: .2em; padding: .2em;
line-height: 1em;
padding-left: 1.2em; padding-left: 1.2em;
transition: all .3s; transition: all .3s;
display: inline-block;
} }
post-tag > a::before, post-tag > a::after { post-tag > a::before, post-tag > a::after {