mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +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 {
|
||||
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;
|
||||
|
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,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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user