You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure your .grid__item elements are always children of a .grid, even when you're nesting.
Also, because this framework uses inline-block for laying out .grid__items, you have to comment out whitespace between .grid__items otherwise the inherent whitespace between inline-block elements will create unwanted gutter space inbetween.
If I nest a grid I always get double the margin-left or padding-left.
The text was updated successfully, but these errors were encountered: