Reduce vertical spacing with illust tags
This commit is contained in:
parent
b749d8d58a
commit
3f45dce9f8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue