From d426eca0418d64ca26d8c61cd7b9bff7c21e601f Mon Sep 17 00:00:00 2001 From: Nasir Anthony Montalvo Date: Wed, 18 Feb 2026 23:13:36 -0600 Subject: [PATCH] mobile overflow sizing --- _sass/_custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }