Skip to content

Commit

Permalink
Show 2 footer columns on cellphones
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Altmann committed Sep 1, 2015
1 parent 81a37eb commit e176008
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/assets/stylesheets/layout/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* Responsiveness
*/

@include between-breakpoints($bp-mobile-horizontal, $bp-tablet) {
@include till-breakpoint($bp-mobile-horizontal) {
#l-footer-nav-main > section {
@include span(1 of 2);

Expand All @@ -131,12 +131,6 @@
}
}

@include till-breakpoint($bp-tablet) {
#l-footer-nav-main > section > ul > li {
margin-bottom: 0.5em;
}
}

@include between-breakpoints($bp-mobile-horizontal, $bp-tablet-horizontal) {
.l-footer-copyright {
float: left;
Expand All @@ -147,7 +141,7 @@
}
}

@include between-breakpoints($bp-tablet, $bp-tablet-horizontal) {
@include between-breakpoints($bp-mobile-horizontal, $bp-tablet-horizontal) {
#l-footer-nav-main > section {
@include span(1 of 3);

Expand Down

0 comments on commit e176008

Please sign in to comment.