Skip to content

Commit

Permalink
refactor: reduce main layout content margin bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Dec 29, 2023
1 parent 581826a commit 8309d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Main.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const { props } = Astro;

<style>
#main-content {
@apply mx-auto w-full max-w-3xl px-4 pb-12;
@apply mx-auto w-full max-w-3xl px-4 pb-4;
}
#main-content h1 {
@apply text-2xl font-semibold sm:text-3xl;
Expand Down

0 comments on commit 8309d68

Please sign in to comment.