From fda97b4db482c1701b41f0bfc54f1493f023c40c Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 20 Apr 2022 12:18:28 +0200 Subject: [PATCH] check min height --- assets/css/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index ad85b18..5554174 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,6 +1,10 @@ +html { + min-height: 100vh; + position: relative; +} + body { /* white to black linear noise gradient spanning from top to bottom */ - min-height: 100vh; background-image: url('../svg/noise.svg'), linear-gradient(to bottom right, #2e3551, #0d747d); @@ -34,8 +38,7 @@ body { color: #e9d2d2; font-size: 1rem; font-weight: 600; - min-height: 100vh; - position: relative; + height: 100%; } @@ -92,7 +95,7 @@ td { footer { position: absolute; - bottom: 0px; + bottom: 15px; left:0; right:0; margin-left:auto;