Update style.css

This commit is contained in:
MeowcaTheoRange 2022-06-18 18:00:02 -05:00 committed by GitHub
parent e694ec7031
commit 0b2b8f5df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ body {padding:0;margin:0;background-color:var(--mainColorThemedLight);}
.content > div { .content > div {
padding-bottom: 64px; padding-bottom: 64px;
min-height: 100%; min-height: calc(100% - 16px);
box-sizing:border-box; box-sizing:border-box;
} }
@ -332,4 +332,4 @@ div.die button:active {
div.content > div { div.content > div {
column-count: 3; column-count: 3;
} }
} }