From 50568e23e5583fc0723279d6339ceaf05a848ffa Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 19 Feb 2022 10:53:17 -0800 Subject: [PATCH] Potentially fix horizontal scrolling issue on mobile --- themes/tegakituesday.com/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tegakituesday.com/static/css/style.css b/themes/tegakituesday.com/static/css/style.css index d83fc8f..a51d0b9 100644 --- a/themes/tegakituesday.com/static/css/style.css +++ b/themes/tegakituesday.com/static/css/style.css @@ -67,7 +67,11 @@ --gb-lm-light-gray: #7c6f64; } +html, body { + overflow-x: hidden; +} body { + position: relative; font-family: 'Nunito', 'K Gothic', sans-serif; margin: 0; width: 100%;