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/PageMarkdown.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/layouts/PageMarkdown.astro') diff --git a/src/layouts/PageMarkdown.astro b/src/layouts/PageMarkdown.astro index 4675a78..1250dd5 100644 --- a/src/layouts/PageMarkdown.astro +++ b/src/layouts/PageMarkdown.astro @@ -9,7 +9,9 @@ const { frontmatter } = Astro.props;

{frontmatter.description}

- +
+ +
@@ -34,7 +36,7 @@ const { frontmatter } = Astro.props; } .container { - margin: 10px 10em 10px 10em; + margin: 1em 10em 1em 10em; } @media (max-width: 992px) { -- cgit v1.2.3