Update public/s/css/f0ck.css
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 0s

This commit is contained in:
Kibi Kelburton 2025-01-24 00:58:26 +00:00
parent 7399e0c74f
commit b12189c3e5

View File

@ -3021,6 +3021,7 @@ input#s_avatar {
@media (max-width: 768px) { @media (max-width: 768px) {
body { body {
display: grid; display: grid;
height: 100%;
} }
.navbar.navbar-expand-lg { .navbar.navbar-expand-lg {
@ -3064,4 +3065,8 @@ input#s_avatar {
button#togglebg { button#togglebg {
display: none; display: none;
} }
html {
height: 100%;
}
} }