diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 20:26:14 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 20:26:14 -0500 |
| commit | 4f9f65650787516fc4e7a96a6ee38bc40e387c46 (patch) | |
| tree | 9cb7f305b1324370bdbedfb2b25b1ecfd3391279 /src/layouts | |
| parent | d873a13bbbd6cf6960cab5a3e627e69af4195d63 (diff) | |
| download | personal-website-4f9f65650787516fc4e7a96a6ee38bc40e387c46.tar.gz personal-website-4f9f65650787516fc4e7a96a6ee38bc40e387c46.tar.bz2 personal-website-4f9f65650787516fc4e7a96a6ee38bc40e387c46.zip | |
Margins more consistent; Projects grids; Mobile optimized
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/Page.astro | 2 | ||||
| -rw-r--r-- | src/layouts/PageMarkdown.astro | 2 |
2 files changed, 2 insertions, 2 deletions
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; } |
