From 48c8e969151def8b5100c783355f0e1234a5a42f Mon Sep 17 00:00:00 2001 From: Vince Linise Date: Wed, 28 Aug 2024 21:49:12 +0200 Subject: [PATCH] chore: Fix typo in CSS file --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index c3a33f1..0efb3f6 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -68,7 +68,7 @@ p, a { body { width: 100vw; background-color: var(--color-background); - overflox-x: hidden; + overflow-x: hidden; } .fullpage {