Reduce vertical spacing with illust tags

This commit is contained in:
blankie 2023-04-10 00:08:37 +07:00
parent b749d8d58a
commit 3f45dce9f8
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void css_route(const httplib::Request& req, httplib::Response& res) {
.illusttags {
display: flex;
flex-wrap: wrap;
gap: 1em;
gap: 0 1em;
}
.illust {
display: grid;