mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
refactor: reduce main layout content margin bottom
This commit is contained in:
@@ -37,7 +37,7 @@ const { props } = Astro;
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
#main-content {
|
#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 {
|
#main-content h1 {
|
||||||
@apply text-2xl font-semibold sm:text-3xl;
|
@apply text-2xl font-semibold sm:text-3xl;
|
||||||
|
|||||||
Reference in New Issue
Block a user