1
0
mirror of https://github.com/ascribe/wp-theme synced 2025-01-03 10:25:08 +01:00

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

File diff suppressed because one or more lines are too long

View File

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