From 2597b5126323b5ab72f8a9a177134a2059b060d2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 15 Oct 2018 14:52:15 +0100 Subject: [PATCH] Redesign footer Signed-off-by: Michael Tremer --- src/scss/style.scss | 29 ++++------- src/templates/base.html | 109 +++++++++++++++++++--------------------- 2 files changed, 62 insertions(+), 76 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 6a5fe07f..d2f21bc1 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -101,37 +101,26 @@ footer { margin-top: auto; padding: 3rem 0 0 0; + color: $white; + @include media-breakpoint-down(md) { padding-top: 31px; } - h4 { - margin-bottom: 1.25rem; - color: rgba($gray-400, .6); - font-size: 20px; - line-height: 28px; + a, .btn-link { + color: inherit; + + &:hover { + color: inherit; + } } ul { li { - font-size: 14px; - margin-bottom: .75rem; - - a { - color: rgba($gray-400, .6); - text-decoration: none; - &:hover { - color: $gray-400; - text-decoration: underline; - } - } + margin-bottom: $spacer / 4; } } - .btn-lg { - margin-bottom: 2.75rem; - } - .copyright { background-color: rgba($gray-400, .06); padding: $spacer 0; diff --git a/src/templates/base.html b/src/templates/base.html index a9ab690d..129c4f4b 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -50,78 +50,75 @@