We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97936b7 commit 7559a36Copy full SHA for 7559a36
1 file changed
packages/panda-san/src/variables/container.scss
@@ -1,6 +1,6 @@
1
$container-gutters: (
2
- widescreen: 32px,
3
- desktop: 32px,
+ mobile: 0,
4
tablet: 0,
5
- mobile: 0
+ desktop: 32px,
+ widescreen: 32px
6
);
0 commit comments