From 6b8b0328326a9396c96b9704f1a1bce00a6aa617 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Mon, 27 Oct 2025 15:49:25 +0100 Subject: [PATCH] fix: mobile horizontal scrolling --- src/layouts/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/global.css b/src/layouts/global.css index 265d486..004d5a5 100644 --- a/src/layouts/global.css +++ b/src/layouts/global.css @@ -2,6 +2,10 @@ p { font-size: 16px; } +body { + overflow-x: hidden; +} + h1, h2, h3 {