From f9ce5855676ae7a3d4bf0334b6b2ed988759e7de Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 7 Feb 2023 00:17:53 +0100 Subject: [PATCH] fix: background does not cover whole page vertically in desktop mode --- 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 0b84ec4..153e816 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -17,7 +17,7 @@ const { title } = Astro.props; + height:fit-content; min-height: 100% ">