💄 Fix styles

This commit is contained in:
LittleSheep 2024-02-15 17:01:26 +08:00
parent ac8a1bb4bb
commit 34588af868

View File

@ -5,7 +5,7 @@ const { title } = Astro.props;
---
<RootLayout title={title}>
<main class="container mx-auto mt-header">
<main class="container mx-auto mt-header px-5">
<slot />
</main>
</RootLayout>