mirror of
https://github.com/ascribe/wp-theme
synced 2025-02-14 21:10:26 +01:00
Refactor footer
This commit is contained in:
parent
55b9b09ba7
commit
513bdf96db
@ -3232,8 +3232,7 @@ footer .bottom-footer .menu li:nth-of-type(2) {
|
|||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
footer .bottom-footer .social {
|
footer .bottom-footer .social {
|
||||||
clear: both;
|
float: right;
|
||||||
text-align: center;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
footer .bottom-footer .social li {
|
footer .bottom-footer .social li {
|
||||||
@ -3253,6 +3252,29 @@ footer .button {
|
|||||||
footer .button:hover {
|
footer .button:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 850px) {
|
||||||
|
footer .eu-fund {
|
||||||
|
float: none;
|
||||||
|
margin: -15px auto 10px auto;
|
||||||
|
}
|
||||||
|
footer .copyright {
|
||||||
|
float: none;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
footer .menu {
|
||||||
|
float: none;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
footer .menu li:first-of-type {
|
||||||
|
border-left: 0;
|
||||||
|
}
|
||||||
|
footer .social {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
float: none;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media screen and (max-width: 570px) {
|
@media screen and (max-width: 570px) {
|
||||||
footer .top-footer ul {
|
footer .top-footer ul {
|
||||||
display: none;
|
display: none;
|
||||||
@ -3278,14 +3300,6 @@ 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 {
|
|
||||||
float: none;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.page-template-template-tour header .sticky.stuck {
|
.page-template-template-tour header .sticky.stuck {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
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
@ -1762,13 +1762,10 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.social {
|
.social {
|
||||||
clear: both;
|
float: right;
|
||||||
text-align: center;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1788,6 +1785,32 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME
|
||||||
|
@media screen and (max-width: 850px) {
|
||||||
|
.eu-fund {
|
||||||
|
float: none;
|
||||||
|
margin: -15px auto 10px auto;
|
||||||
|
}
|
||||||
|
.copyright {
|
||||||
|
float: none;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.menu {
|
||||||
|
float: none;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
li:first-of-type {
|
||||||
|
border-left:0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.social {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
float: none;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: @middleWidth) {
|
@media screen and (max-width: @middleWidth) {
|
||||||
.top-footer {
|
.top-footer {
|
||||||
ul {
|
ul {
|
||||||
@ -1817,14 +1840,6 @@ footer {
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.eu-fund {
|
|
||||||
float: none;
|
|
||||||
margin: -15px auto 10px auto;
|
|
||||||
}
|
|
||||||
.copyright {
|
|
||||||
float:none;
|
|
||||||
margin-bottom:10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user