From dcdb697eab9f358fa34e931df793cdc2f99cbba6 Mon Sep 17 00:00:00 2001 From: nzambello Date: Tue, 18 Jul 2023 14:03:09 +0200 Subject: [PATCH] fix: overflow x mobile --- src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.css b/src/styles/global.css index daa39c2..c6ea758 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -80,6 +80,7 @@ body { font-display: swap; font-family: var(--font-family, 'Fira Code'), sans-serif; + overflow-x: hidden; } .headings>:last-child,