diff --git a/_sass/_custom.scss b/_sass/_custom.scss index d64d983..64ad9c1 100644 --- a/_sass/_custom.scss +++ b/_sass/_custom.scss @@ -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; }