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 @@
-
+