improve tag spacing

This commit is contained in:
Amolith 2023-05-31 13:09:49 -04:00
parent 291955f931
commit 6cc1941ac4
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,12 @@
a {
text-decoration: none;
}
p {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 5px;
}
}
.posts {
a {
@ -46,6 +52,10 @@
}
&-tags {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 5px;
margin: 5px 0px 13px 0px;
}
}