From c364ab3a820f946a1b45e3513c33019bdf1cba5d Mon Sep 17 00:00:00 2001 From: Teddy Middleton-Smith Date: Sun, 3 Aug 2025 12:23:52 +0100 Subject: [PATCH] Fix: Home page Social Proof section styles. --- static/css/pages/core/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/pages/core/home.css b/static/css/pages/core/home.css index e94c9f7..f34db89 100644 --- a/static/css/pages/core/home.css +++ b/static/css/pages/core/home.css @@ -201,7 +201,7 @@ section.social-proof .section-subtitle { section.social-proof .container { width: fit-content; margin: 0 2vw; - min-width: 150px; + min-width: 175px; } section.social-proof > .container { max-width: min(900px, 90vw);