We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247ff6f commit 24b3b38Copy full SHA for 24b3b38
src/styles/grid.scss
@@ -20,7 +20,7 @@
20
flex: 0 1 calc(50% - .5rem);
21
}
22
.show-1-3 {
23
- flex: 0 1 calc(33% - .75rem);
+ flex: 0 1 calc(33% - .5rem);
24
&.no-gap {
25
flex-basis: 33.33%;
26
0 commit comments