mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
footer fixes
This commit is contained in:
parent
701a4c47fc
commit
55179d9fe8
@ -13,7 +13,7 @@
|
||||
a { color: @white; }
|
||||
|
||||
.menu {
|
||||
list-style: none;
|
||||
&:extend(.list-unstyled);
|
||||
}
|
||||
|
||||
.menu-item {
|
||||
@ -56,6 +56,7 @@
|
||||
flex-flow: row wrap;
|
||||
width: 70%;
|
||||
float: left;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -73,9 +74,8 @@
|
||||
// Bottom footer
|
||||
//
|
||||
.footer__bottom {
|
||||
&:extend(.mini);
|
||||
color: @greyText;
|
||||
font-size: 13px;
|
||||
line-height: 14px;
|
||||
padding: (@spacer / 2) 15px;
|
||||
|
||||
.menu {
|
||||
@ -111,6 +111,7 @@
|
||||
// Social links
|
||||
//
|
||||
.footer__social {
|
||||
&:extend(.list-unstyled);
|
||||
margin-top: (@spacer/2);
|
||||
|
||||
@media (@screen-sm) {
|
||||
|
@ -35,8 +35,8 @@
|
||||
.tourNavText;
|
||||
|
||||
ul {
|
||||
&:extend(.list-unstyled);
|
||||
padding: 0 35px;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
|
||||
&.active {
|
||||
|
@ -34,5 +34,5 @@
|
||||
&:extend(.large);
|
||||
color: @greyText;
|
||||
margin-top: -(@spacer/2);
|
||||
margin-bottom: @spacer;
|
||||
margin-bottom: (@spacer * 2);
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
||||
//
|
||||
@font-size-base: 18px;
|
||||
@font-size-small: 16px;
|
||||
@font-size-mini: 11px;
|
||||
@font-size-mini: 13px;
|
||||
@font-size-large: 24px;
|
||||
|
||||
@font-size-h1: 36px;
|
||||
|
Loading…
Reference in New Issue
Block a user