From 2cfc333d76ac4460c3c52e9ef1f55871c054b1da Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 7 Feb 2023 00:11:40 +0100 Subject: [PATCH] fix: background does not cover whole page vertically --- .idea/les-particules-org.iml | 1 - src/layouts/Layout.astro | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/les-particules-org.iml b/.idea/les-particules-org.iml index 466ba05..d3f1fda 100644 --- a/.idea/les-particules-org.iml +++ b/.idea/les-particules-org.iml @@ -5,7 +5,6 @@ - diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index a5aecf0..0b84ec4 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -15,7 +15,9 @@ const { title } = Astro.props; {title} - +