mobile overflow sizing
This commit is contained in:
@@ -1234,6 +1234,14 @@ object {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
max-width: 100vw;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user