We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cf8c1 commit d654764Copy full SHA for d654764
src/components/ui/Section.astro
@@ -9,7 +9,7 @@ const variantClass = {
9
10
---
11
12
-<section class=`${variantClass} ${padding && "pt-12"}`>
+<section class=`${variantClass} ${padding && "py-6"}`>
13
{
14
full ? (
15
<slot />
0 commit comments