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.
2 parents 70a80cc + 6903e1b commit 94a6b3eCopy full SHA for 94a6b3e
_sass/core/grid.scss
@@ -4,7 +4,7 @@ $breakpoint-m: 48em;
4
.component-wrapper {
5
display: grid;
6
grid-template-columns: repeat(12, 1fr);
7
- grid-gap: 1em;
+ grid-gap: 1.5em;
8
clear: both;
9
}
10
0 commit comments