From c3f19db172c7bd503b97492ba83cb55aaeac8ad2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 23 Jan 2024 13:52:24 +0000 Subject: Added styling to projects (cards) --- src/layouts/Page.astro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layouts') 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 { -- cgit v1.2.3