From e5b78627527b1c9a04cf1b41124e9490b1ae20ca Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 5 Sep 2020 23:00:50 +0200 Subject: [PATCH] Remove redundant and offensive CSS. --- components/03_Organisms/footer/_footer.scss | 23 ++++----------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/components/03_Organisms/footer/_footer.scss b/components/03_Organisms/footer/_footer.scss index 687d6e3..f889151 100644 --- a/components/03_Organisms/footer/_footer.scss +++ b/components/03_Organisms/footer/_footer.scss @@ -6,20 +6,6 @@ $primary-line-color: $-almost-white; box-sizing: border-box } -html, body { - height: 100% -} - -body { - font-family: $-primary-sans-serif-font; - font-size: 0.75em; - margin: auto; - display: flex; - flex-flow: column nowrap; - // This justify-content is essentially unnecessary in Firefox and Chrome due to the flex: 1 1 auto on the main. However, it's needed to push the footer down on IE11 - justify-content: space-between -} - ul { list-style: none } @@ -41,9 +27,11 @@ a { } footer { + margin: auto; background: $-grey; - margin-top: auto; - width: 100% + width: 100%; + font-family: $-primary-sans-serif-font; + font-size: 0.75rem; } .footer-list-top { @@ -145,9 +133,6 @@ footer { } @media only screen and (max-width: 568px) { - main { - font-size: 5em - } .footer-list-top { width: 100% }