refactor: reduce main layout content margin bottom

This commit is contained in:
satnaing
2023-12-29 10:27:42 +06:30
parent 581826a5af
commit 8309d6823f
+1 -1
View File
@@ -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;