footer fixes

This commit is contained in:
Matthias Kretschmann 2016-01-16 18:02:59 +01:00
parent 701a4c47fc
commit 55179d9fe8
4 changed files with 7 additions and 6 deletions

View File

@ -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) {

View File

@ -35,8 +35,8 @@
.tourNavText;
ul {
&:extend(.list-unstyled);
padding: 0 35px;
list-style: none;
position: absolute;
&.active {

View File

@ -34,5 +34,5 @@
&:extend(.large);
color: @greyText;
margin-top: -(@spacer/2);
margin-bottom: @spacer;
margin-bottom: (@spacer * 2);
}

View File

@ -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;