From 4f9f65650787516fc4e7a96a6ee38bc40e387c46 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 23 Jan 2024 20:26:14 -0500 Subject: Margins more consistent; Projects grids; Mobile optimized --- src/layouts/Page.astro | 2 +- src/layouts/PageMarkdown.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layouts') diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro index 667f7c3..51ebd6b 100644 --- a/src/layouts/Page.astro +++ b/src/layouts/Page.astro @@ -36,7 +36,7 @@ const { title, description } = Astro.props; margin: 10px 10em 10px 10em; } - @media (max-width: 768px) { + @media (max-width: 992px) { .container { margin: 10px 20px 10px 20px; } diff --git a/src/layouts/PageMarkdown.astro b/src/layouts/PageMarkdown.astro index 1da7491..4675a78 100644 --- a/src/layouts/PageMarkdown.astro +++ b/src/layouts/PageMarkdown.astro @@ -37,7 +37,7 @@ const { frontmatter } = Astro.props; margin: 10px 10em 10px 10em; } - @media (max-width: 768px) { + @media (max-width: 992px) { .container { margin: 10px 20px 10px 20px; } -- cgit v1.2.3