From 40e28258be817348d7e9ab62a2d2939312493dff Mon Sep 17 00:00:00 2001 From: rick Date: Fri, 24 Dec 2021 12:59:33 +0100 Subject: [PATCH] fix(footer): stuck footer bottom --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index c9cdf62..45f75e2 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,8 @@ body { margin: 0; + display: flex; + flex-direction: column; + min-height: 100vh; } header { @@ -16,6 +19,7 @@ header a { margin-top: 5em; margin-bottom: 5em; width: 50%; + flex: 1; } footer {