From: rick Date: Fri, 24 Dec 2021 11:59:33 +0000 (+0100) Subject: fix(footer): stuck footer bottom X-Git-Tag: vFR_EN~59 X-Git-Url: http://git.gyiwr.tf/?a=commitdiff_plain;h=40e28258be817348d7e9ab62a2d2939312493dff;p=gyiwr.git fix(footer): stuck footer bottom --- 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 {