alterf0cktive Art f0ck auf dem Mobilgerät zu nutzen
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 1s

This commit is contained in:
Kibi Kelburton 2025-01-23 23:52:34 +00:00
parent 6f23d5b904
commit 6a002feff5

View File

@ -3015,4 +3015,17 @@ input#s_avatar {
#s_avatar:hover { #s_avatar:hover {
background: #ffffff0f; background: #ffffff0f;
}
/* nav ↓ (mobile) */
@media (max-width: 768px) {
body {
display: grid;
}
.navbar.navbar-expand-lg {
grid-row-start: 2;
position: sticky;
bottom: 0;
}
} }