From 0f20cbfa1c3cca8e8efc8496b18c5514220dbd65 Mon Sep 17 00:00:00 2001 From: Jasmyn Lopez <141966948+jasmynlopez@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:59:24 -0700 Subject: [PATCH] Update style.css --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ecb9901..8ea2e6a 100644 --- a/style.css +++ b/style.css @@ -16,6 +16,7 @@ html, body { background-color: var(--bg-color); font-family: 'inter', sans-serif; + overflow-x: hidden; } /* HEADER STYLING ********************************************************************************************/