From 2c37ad34e91893596547060e0ab6bd320ef31bde Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 24 Jan 2024 17:26:23 +0000 Subject: Tweaking with metadata and containers --- src/layouts/Page.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layouts/Page.astro') diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro index 51ebd6b..3731d5e 100644 --- a/src/layouts/Page.astro +++ b/src/layouts/Page.astro @@ -33,7 +33,7 @@ const { title, description } = Astro.props; font-weight: 300; } .container { - margin: 10px 10em 10px 10em; + margin: 1em 10em 1em 10em; } @media (max-width: 992px) { -- cgit v1.2.3