mobile overflow sizing

This commit is contained in:
Nasir Anthony Montalvo
2026-02-18 23:13:36 -06:00
parent fa540605c2
commit d426eca041

View File

@@ -1234,6 +1234,14 @@ object {
height: auto; height: auto;
} }
@media (max-width: 768px) {
body {
overflow-x: hidden;
max-width: 100vw;
min-width: 0;
}
}
figure { figure {
max-width: 100% !important; max-width: 100% !important;
} }