decrease space below header

This commit is contained in:
sloane 2024-02-24 08:04:03 -05:00
parent 9e7c608303
commit c5f99ec212

View file

@ -8,7 +8,7 @@
</head> </head>
<body class="w-full max-w-3xl bg-white text-black dark:bg-neutral-800 dark:text-neutral-100"> <body class="w-full max-w-3xl bg-white text-black dark:bg-neutral-800 dark:text-neutral-100">
<%= header(ctx, attrs) %> <%= header(ctx, attrs) %>
<main class="font-serif mt-6"> <main class="mt-6">
<%= inner_content %> <%= inner_content %>
</main> </main>
</body> </body>