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;