From 69f7aac346f64ca4c5f685163405b7474e98f872 Mon Sep 17 00:00:00 2001 From: ff2400t <84376771+ff2400t@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:07:14 +0530 Subject: [PATCH] Prevent Horizontal Overflow on Homepage (#463) --- src/resources/css/marketing.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resources/css/marketing.css b/src/resources/css/marketing.css index 90792a0..3dc2a08 100644 --- a/src/resources/css/marketing.css +++ b/src/resources/css/marketing.css @@ -247,7 +247,7 @@ section.dark .cols { .cols .col { - min-width: 350px; + min-width: 300px; padding-left: 1em; flex: 1; } @@ -664,4 +664,4 @@ div.ap-wrapper:fullscreen div.ap-player { .display.left > * { transform: none; } -} \ No newline at end of file +}