We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be3985 commit cd27dddCopy full SHA for cd27ddd
sass/layout/grid.scss
@@ -12,18 +12,19 @@
12
/* Grid basis */
13
14
.g {
15
+ padding: 0; list-style: none;
16
+ margin-left: -$grid-gutter;
17
+
18
/* You can turn off flexbox by setting $flexbox-grid: 0; in the variables; */
19
@if $flexbox-grid == true {
20
display: flex;
21
flex-wrap: wrap;
22
flex-direction: row;
23
}
- padding: 0; list-style: none;
- margin-left: -$grid-gutter;
24
25
/* Clearfix for older browsers without flexbox */
26
&:before, &:after {
- content:""; display:table;
27
+ content: ""; display: table; clear: both;
28
29
30
/* Reset grid to floating */
0 commit comments