remove top/bottom padding from feature carousel

This commit is contained in:
jeffvli
2025-11-22 21:14:20 -08:00
parent 1747395b3e
commit 7fd084bb0c
@@ -14,7 +14,7 @@
gap: var(--theme-spacing-md);
width: 100%;
min-height: 400px;
padding: var(--theme-spacing-xl);
padding: 0 var(--theme-spacing-xl);
overflow: hidden;
}