From 959315e40c3c27bd87276bb88c0a83b7461c3ea4 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 00:57:28 +0000 Subject: [PATCH] Add responsive container padding cgen-20fd3477a3a744d8955ae26d3bc02f1c --- client/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/global.css b/client/global.css index 5682a981..eefa9188 100644 --- a/client/global.css +++ b/client/global.css @@ -83,6 +83,10 @@ html { scroll-behavior: smooth; } + + .container { + @apply px-4 sm:px-6 lg:px-8; + } } @layer utilities {