mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-03 10:25:08 +01:00
Oopsy, forgot to compile
This commit is contained in:
parent
681295f2f7
commit
f9d3b522cf
@ -3211,6 +3211,9 @@ footer .bottom-footer {
|
|||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
padding: 20px 0 10px;
|
padding: 20px 0 10px;
|
||||||
}
|
}
|
||||||
|
footer .bottom-footer .centered-footer {
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
footer .bottom-footer a {
|
footer .bottom-footer a {
|
||||||
color: #1e1e1e;
|
color: #1e1e1e;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@ -3232,13 +3235,18 @@ footer .bottom-footer .menu li:nth-of-type(2) {
|
|||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
footer .bottom-footer .social {
|
footer .bottom-footer .social {
|
||||||
float: right;
|
clear: both;
|
||||||
position: relative;
|
text-align: center;
|
||||||
top: -2px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
footer .bottom-footer .social li {
|
footer .bottom-footer .social li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
footer .eu-fund {
|
||||||
|
float: left;
|
||||||
|
width: 150px;
|
||||||
|
margin: -15px 10px 0 0;
|
||||||
|
}
|
||||||
footer .copyright {
|
footer .copyright {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@ -3273,6 +3281,10 @@ footer .button:hover {
|
|||||||
footer .bottom-footer .social {
|
footer .bottom-footer .social {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
footer .eu-fund {
|
||||||
|
float: none;
|
||||||
|
margin: -15px auto 10px auto;
|
||||||
|
}
|
||||||
footer .copyright {
|
footer .copyright {
|
||||||
float: none;
|
float: none;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
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
Loading…
Reference in New Issue
Block a user