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 01:05:45 +00:00
parent b12189c3e5
commit 5fcd88b824

View File

@ -3021,6 +3021,7 @@ input#s_avatar {
@media (max-width: 768px) { @media (max-width: 768px) {
body { body {
display: grid; display: grid;
grid-template-rows: 1fr auto;
height: 100%; height: 100%;
} }
@ -3069,4 +3070,9 @@ input#s_avatar {
html { html {
height: 100%; height: 100%;
} }
.err {
margin: unset;
width: unset;
}
} }