From 4b9c005beda6d87de4878cc6332f097689a0a0b9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 12 Jun 2023 22:07:29 +0200 Subject: [PATCH] style: add bottom padding to main content --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index bbd10b3..ab351b6 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -45,7 +45,7 @@ const { meta } = Astro.props; } #main-content * { - padding: 0 0.5rem; + padding: 0 0.5rem 1rem; }