fix footer styling
This commit is contained in:
parent
dad25818b9
commit
cec86f148e
1 changed files with 8 additions and 1 deletions
|
|
@ -295,10 +295,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-bottom {
|
.footer-bottom {
|
||||||
height: 3.88889rem;
|
min-height: 3.88889rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: #fbfbfb;
|
color: #fbfbfb;
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
|
padding: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-bottom .content-wrap {
|
.footer-bottom .content-wrap {
|
||||||
|
|
@ -339,3 +340,9 @@
|
||||||
.footer-bottom .content-wrap .copyright {
|
.footer-bottom .content-wrap .copyright {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-bottom .content-wrap {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue