Skip to content

Commit 7559a36

Browse files
committed
feat: reverse container gutters
1 parent 97936b7 commit 7559a36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$container-gutters: (
2-
widescreen: 32px,
3-
desktop: 32px,
2+
mobile: 0,
43
tablet: 0,
5-
mobile: 0
4+
desktop: 32px,
5+
widescreen: 32px
66
);

0 commit comments

Comments
 (0)