From 3adc0e44ea3ad128df02b48c25df5b173b9fa065 Mon Sep 17 00:00:00 2001 From: Marcel Haazen Date: Thu, 28 Jun 2018 23:20:13 +0200 Subject: [PATCH] Modified the footer --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 4d044c9..7a8d78d 100644 --- a/css/style.css +++ b/css/style.css @@ -214,6 +214,10 @@ footer { margin-top: 80px; border-top: 1px solid #e7e7e7; background-color: #f6f5f6; + bottom: 0; + position: absolute; + left: 0; + right: 0; } social a { @@ -495,6 +499,7 @@ elements h1 { } body{ background-color: #f6f5f6; + min-height: 100vh; } elements small {