From af34674ea5363c39b7453d04b5e3032cf246a4c0 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Wed, 12 Dec 2018 17:47:11 +0100 Subject: [PATCH] fixed footer position --- css/style.css | 7 ++----- index.html | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 789836b..a17a8a2 100644 --- a/css/style.css +++ b/css/style.css @@ -3,16 +3,13 @@ src: local('Minotaur Phatte'), url(../font/minotaur.ttf) format('truetype'); } -html, body { - height: 100%; -} - body { background-image: url("../img/bg.png"); /*padding: 2%;*/ /*font-size: 20px;*/ color: #fff; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + min-height: 100vh; } .logo { @@ -53,7 +50,7 @@ a:hover { } .flex-grow { - flex: 1 0 auto; + flex: 1; } @media (max-width: 767.98px) { diff --git a/index.html b/index.html index e2290f9..74799fb 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@
-
+