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:
parent
513bdf96db
commit
b1202ebc44
@ -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;
|
||||||
|
2
assets/css/ascribe.min.css
vendored
2
assets/css/ascribe.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user