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 {