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,24 +1790,27 @@ footer {
.eu-fund {
float: none;
margin: -15px auto 10px auto;
text-align: center;
}
.copyright {
float: none;
margin-bottom: 10px;
}
.menu {
.bottom-footer {
.menu {
float: none;
margin-bottom: 15px;
text-align: center;
li:first-of-type {
border-left:0;
border-left:0;
}
}
.social {
margin-bottom: 15px;
float: none;
text-align: center;
}
.social {
margin-bottom: 15px;
float: none;
text-align: center;
}
}
}