From 9a0b61f7c238b605887d81598d48ac400097f1d5 Mon Sep 17 00:00:00 2001 From: ClydeWallace22 <48610606+BrandtH22@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:29:43 -0700 Subject: [PATCH] update width to be responsive to screensize --- src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 2318af1f86..fcb744cb3c 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -81,7 +81,7 @@ html { .horizontal-scroll { display: block; width: 251px; - max-height: 850px; + max-height: 55vw; margin: 0; padding-top: 1px; overflow-x: hidden;