Skip to content

Commit d654764

Browse files
committed
Section style padding.
1 parent 23cf8c1 commit d654764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Section.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const variantClass = {
99
1010
---
1111

12-
<section class=`${variantClass} ${padding && "pt-12"}`>
12+
<section class=`${variantClass} ${padding && "py-6"}`>
1313
{
1414
full ? (
1515
<slot />

0 commit comments

Comments
 (0)