Skip to content

Commit 6b5ee95

Browse files
Changed to an older version of clearfix for the grid which solves the problem
1 parent 33082c9 commit 6b5ee95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sass/layout/grid.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424

2525
/* Clearfix for older browsers without flexbox */
2626
&:before, &:after {
27-
content: ""; display: table; clear: both;
27+
content: " ";
28+
visibility: hidden;
29+
display: block;
30+
height: 0;
31+
clear: both;
2832
}
2933

3034
/* Reset grid to floating */

0 commit comments

Comments
 (0)