From 394965d0b8b16f368811ae3968fafd8b09a5c666 Mon Sep 17 00:00:00 2001 From: _palonE Date: Fri, 29 Jun 2018 08:56:14 +0200 Subject: [PATCH] Fix for footer...again x) --- css/style.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 52434b9..d7e51e5 100644 --- a/css/style.css +++ b/css/style.css @@ -211,13 +211,18 @@ certificates img:hover { footer { display: block; - margin-top: 80px; - border-top: 1px solid #e7e7e7; background-color: #f6f5f6; bottom: 0; position: relative; left: 0; - right: 0; + right: 0; + flex-grow: 1; + display: flex; + align-items: flex-end; +} + +footer .columns { + padding: 0; } social a { @@ -230,6 +235,10 @@ foot { display: block; font-size: 12px; color: #cccccc; + width: 100vw; + border-top: 1px solid #e7e7e7; + padding-left: 0.9375em; + padding-right: 0.9375em; } foot img { @@ -500,6 +509,8 @@ body{ background-color: #f6f5f6; min-height: 100vh; position: static; + display: flex; + flex-direction: column; } elements small {