Skip to content

Commit

Permalink
Changed to an older version of clearfix for the grid which solves the…
Browse files Browse the repository at this point in the history
… problem
  • Loading branch information
dariusrosendahl committed Oct 3, 2016
1 parent 33082c9 commit 6b5ee95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sass/layout/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@

/* Clearfix for older browsers without flexbox */
&:before, &:after {
content: ""; display: table; clear: both;
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}

/* Reset grid to floating */
Expand Down

0 comments on commit 6b5ee95

Please sign in to comment.