From 965e20a945cbf2afe40921260f152c2398346ca6 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Tue, 19 Nov 2019 21:05:34 +0000 Subject: [PATCH] Add DO to footer & update styling --- public/partials/index.html | 1 + resources/scss/_footer.scss | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/public/partials/index.html b/public/partials/index.html index 4f0690d..1707059 100644 --- a/public/partials/index.html +++ b/public/partials/index.html @@ -196,5 +196,6 @@ diff --git a/resources/scss/_footer.scss b/resources/scss/_footer.scss index aa33cf5..919768f 100644 --- a/resources/scss/_footer.scss +++ b/resources/scss/_footer.scss @@ -1,10 +1,8 @@ footer { - padding: 2rem 0 0.5rem; + padding: 2rem 0 0; text-align: center; - font-size: 0.8rem; - - .balaton { - height: 1.6rem; - vertical-align: middle; - } + font-size: .8rem; + background: #fff; + box-shadow: none; + margin: 0; }