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 {
|
.illusttags {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1em;
|
gap: 0 1em;
|
||||||
}
|
}
|
||||||
.illust {
|
.illust {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in New Issue