fix footer styling

This commit is contained in:
Jonas Heinrich 2020-06-11 13:42:09 +02:00
parent dad25818b9
commit cec86f148e

View file

@ -295,10 +295,11 @@
}
.footer-bottom {
height: 3.88889rem;
min-height: 3.88889rem;
padding: 0;
color: #fbfbfb;
background-color: #404040;
padding: 1.5rem;
}
.footer-bottom .content-wrap {
@ -339,3 +340,9 @@
.footer-bottom .content-wrap .copyright {
margin-top: 0px;
}
.footer-bottom .content-wrap {
overflow-wrap: break-word;
flex-wrap: wrap;
padding: 0;
}