mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +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;
|
||||
}
|
||||
footer .bottom-footer .social {
|
||||
clear: both;
|
||||
text-align: center;
|
||||
float: right;
|
||||
padding: 10px;
|
||||
}
|
||||
footer .bottom-footer .social li {
|
||||
@ -3253,6 +3252,29 @@ footer .button {
|
||||
footer .button:hover {
|
||||
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) {
|
||||
footer .top-footer ul {
|
||||
display: none;
|
||||
@ -3278,14 +3300,6 @@ footer .button:hover {
|
||||
footer .bottom-footer .social {
|
||||
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 {
|
||||
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 {
|
||||
clear: both;
|
||||
text-align: center;
|
||||
float: right;
|
||||
padding: 10px;
|
||||
|
||||
li {
|
||||
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) {
|
||||
.top-footer {
|
||||
ul {
|
||||
@ -1817,14 +1840,6 @@ footer {
|
||||
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