From 5b091337cf195a48fbbbe5ec9a173ac8d2595565 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 24 Jun 2023 11:09:06 +0200 Subject: [PATCH] style: spacing --- src/layouts/Layout.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 { * {