From e861c49870e4a7380080e6e5e02e41d04a71a28f Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Wed, 4 Mar 2026 18:34:00 +0300 Subject: [PATCH] style: reduce section padding for tighter layout Co-Authored-By: Claude Opus 4.6 --- src/app/styles/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/theme.css b/src/app/styles/theme.css index 57d132b..d380600 100644 --- a/src/app/styles/theme.css +++ b/src/app/styles/theme.css @@ -42,7 +42,7 @@ /* ===== Layout ===== */ .section-padding { - @apply py-24 sm:py-32; + @apply py-10 sm:py-14; } .section-container {