Remove redundant and offensive CSS.

This commit is contained in:
Marcus Scholz 2020-09-05 23:00:50 +02:00
parent 4a532b9a3d
commit e5b7862752
1 changed files with 4 additions and 19 deletions

View File

@ -6,20 +6,6 @@ $primary-line-color: $-almost-white;
box-sizing: border-box 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 { ul {
list-style: none list-style: none
} }
@ -41,9 +27,11 @@ a {
} }
footer { footer {
margin: auto;
background: $-grey; background: $-grey;
margin-top: auto; width: 100%;
width: 100% font-family: $-primary-sans-serif-font;
font-size: 0.75rem;
} }
.footer-list-top { .footer-list-top {
@ -145,9 +133,6 @@ footer {
} }
@media only screen and (max-width: 568px) { @media only screen and (max-width: 568px) {
main {
font-size: 5em
}
.footer-list-top { .footer-list-top {
width: 100% width: 100%
} }