Browse Source

Fix for non stackable grid at mobile width

pull/1177/head
jlukic 10 years ago
parent
commit
9e8975d797
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/packages/default/collections/grid.variables

2
src/themes/packages/default/collections/grid.variables

@ -31,7 +31,7 @@
---------------*/ ---------------*/
/* Column Gutters */ /* Column Gutters */
@mobileWidth: auto;
@mobileWidth: 100%;
@mobileGutter: 1rem; @mobileGutter: 1rem;
@tabletWidth: auto; @tabletWidth: auto;

Loading…
Cancel
Save