style: reduce section padding for tighter layout

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 18:34:00 +03:00
parent 3ecc6c592a
commit e861c49870

View File

@@ -42,7 +42,7 @@
/* ===== Layout ===== */
.section-padding {
@apply py-24 sm:py-32;
@apply py-10 sm:py-14;
}
.section-container {