From b6ba3f0f13076a7456d59cacf3e8d59202a306cd Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Wed, 10 Dec 2025 16:03:41 +0100 Subject: [PATCH] set content with minimum height --- src/index.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index ce69093..70a7c48 100644 --- a/src/index.css +++ b/src/index.css @@ -27,9 +27,13 @@ html { .content { - padding: 1.5rem; - z-index: 1; - width: 100%; + padding: 1.5rem; + z-index: 1; + width: 100%; + min-height: 100vh; + display: flex; + flex-direction: column; + justify-content: space-between; } a {