scss: layout: apply clearfix on #footer instead #footer-wrapper (#39056)

This commit is contained in:
Thomas Jund 2020-01-17 12:15:26 +01:00
parent c22d055778
commit 3c0dd0dc95
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,9 @@ div#main-content {
padding: 0.7em 0 1.5em 0;
background-color: $footer-background;
color: $footer-color;
}
#footer {
&::after {
content: '';
display: block;