Skip to content

Commit 94a6b3e

Browse files
authored
Merge pull request #2386 from insectengine/gridgap_adjustment
open gap spacing in grid
2 parents 70a80cc + 6903e1b commit 94a6b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/core/grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $breakpoint-m: 48em;
44
.component-wrapper {
55
display: grid;
66
grid-template-columns: repeat(12, 1fr);
7-
grid-gap: 1em;
7+
grid-gap: 1.5em;
88
clear: both;
99
}
1010

0 commit comments

Comments
 (0)