Skip to content

Commit 237f2ad

Browse files
committed
Add padding.
1 parent 3ba0dca commit 237f2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const externalDomain = new URL(Astro.site || "").hostname;
3636
<Header />
3737
</header>
3838

39-
<main class="main" role="main">
39+
<main class="main pt-28" role="main">
4040
<slot />
4141
</main>
4242

@@ -76,7 +76,7 @@ const externalDomain = new URL(Astro.site || "").hostname;
7676
@apply bg-body-background;
7777
}
7878
main {
79-
@apply bg-body-background pt-6;
79+
@apply bg-body-background;
8080
}
8181
footer {
8282
@apply bg-primary py-10;

0 commit comments

Comments
 (0)