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

Commit

Permalink
Add default breakpoint for smaller screen sizes to footer widget area.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPOak committed Mar 23, 2018
1 parent a6f834a commit 7ed71c9
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 7ed71c9

Please sign in to comment.