diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3812b32..5134099 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -59,8 +59,7 @@ const appTitle = `Cozy 🧸${meta.title && ` | ${meta.title}`}`; #app-wrapper { width: 100%; max-width: 650px; - margin: 0 auto; - padding: 0.5rem; + margin: 0.5em auto 1em; } #main-content { * {