aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/Page.astro1
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 {