Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1255 from JPOak/breakpoint-footer-widgets
Browse files Browse the repository at this point in the history
Add default breakpoint for smaller screen sizes to footer widget area. #1251
  • Loading branch information
olefredrik authored Apr 1, 2018
2 parents 7342754 + 7ed71c9 commit 249b49f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/assets/scss/modules/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
padding: rem-calc(30) 0;

section {
@include xy-cell(auto);
@include xy-cell();
@include breakpoint(large) {
@include xy-cell(auto);
}
}

ul {
Expand Down

0 comments on commit 249b49f

Please sign in to comment.