fix: add some margin to tags

This commit is contained in:
Neetpone 2024-04-02 21:04:44 -04:00
parent 602ff02d15
commit c071e1ade3

View file

@ -48,3 +48,7 @@ input#show-advanced:checked + div {
text-align: left;
padding-left: 12rem;
}
.rating > div {
margin-right: 2px;
}