diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 13:52:24 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 13:52:24 +0000 |
| commit | c3f19db172c7bd503b97492ba83cb55aaeac8ad2 (patch) | |
| tree | 9f9b8b0aafc0ff7848faaac9f864f15b56cc6dbc /src/layouts | |
| parent | febf7b97943e4261416c2986320556303c30e5e9 (diff) | |
| download | personal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.tar.gz personal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.tar.bz2 personal-website-c3f19db172c7bd503b97492ba83cb55aaeac8ad2.zip | |
Added styling to projects (cards)
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/Page.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro index b506628..91ef798 100644 --- a/src/layouts/Page.astro +++ b/src/layouts/Page.astro @@ -19,6 +19,7 @@ const { title, description } = Astro.props; margin: 0; padding: 0; text-align: center; + padding-bottom: 1em; } .header-text { |
