Fix some amazing CSS

This commit is contained in:
vrde 2015-11-09 17:45:36 +01:00
parent 513bdf96db
commit b1202ebc44
3 changed files with 15 additions and 11 deletions

View File

@ -3256,20 +3256,21 @@ footer .button:hover {
footer .eu-fund {
float: none;
margin: -15px auto 10px auto;
text-align: center;
}
footer .copyright {
float: none;
margin-bottom: 10px;
}
footer .menu {
footer .bottom-footer .menu {
float: none;
margin-bottom: 15px;
text-align: center;
}
footer .menu li:first-of-type {
footer .bottom-footer .menu li:first-of-type {
border-left: 0;
}
footer .social {
footer .bottom-footer .social {
margin-bottom: 15px;
float: none;
text-align: center;

File diff suppressed because one or more lines are too long

View File

@ -1790,11 +1790,13 @@ footer {
.eu-fund {
float: none;
margin: -15px auto 10px auto;
text-align: center;
}
.copyright {
float: none;
margin-bottom: 10px;
}
.bottom-footer {
.menu {
float: none;
margin-bottom: 15px;
@ -1810,6 +1812,7 @@ footer {
text-align: center;
}
}
}
@media screen and (max-width: @middleWidth) {
.top-footer {