From d599e54a8a357df87caa4a7160f9b8353a6d1b1f Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:49:29 -0400 Subject: [PATCH] Fix extra horizontal scrolling --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index dcd6035..c0433ee 100644 --- a/css/style.css +++ b/css/style.css @@ -25,6 +25,7 @@ body { background: var(--rd-black); + overflow-x: hidden; } p {