diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-24 17:26:23 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-24 17:21:53 -0500 |
| commit | 2c37ad34e91893596547060e0ab6bd320ef31bde (patch) | |
| tree | dc8256bd4d66f0adca8e45ecb931b9f1bb83a281 /src/layouts/Page.astro | |
| parent | a13da619efe4d441f8224bc77adc7458820ef00c (diff) | |
| download | personal-website-2c37ad34e91893596547060e0ab6bd320ef31bde.tar.gz personal-website-2c37ad34e91893596547060e0ab6bd320ef31bde.tar.bz2 personal-website-2c37ad34e91893596547060e0ab6bd320ef31bde.zip | |
Tweaking with metadata and containers
Diffstat (limited to 'src/layouts/Page.astro')
| -rw-r--r-- | src/layouts/Page.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
