Skip to content

Commit 6903e1b

Browse files
committed
open gap spacing in grid
1 parent 70a80cc commit 6903e1b

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)