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
Right now not every column on every breakpoint evenly distributed with the current grid columns. Every column should have the same amount of pixels. Otherwise this makes it harder to create correct Photoshop files.
Suggested breakpoints, container-widths and gutters:
Iwan:
Right now not every column on every breakpoint evenly distributed with the current grid columns. Every column should have the same amount of pixels. Otherwise this makes it harder to create correct Photoshop files.
Suggested breakpoints, container-widths and gutters:
$b1: 320px;
$b2: 480px;
$b3: 768px;
$b4: 1024px;
$b5: 1280px;
$b6: 1680px;
$container: 100%;
$container-b1: 100%;
$container-b2: 100%;
$container-b3: 752px;
$container-b4: 992px;
$container-b5: 1208px;
$container-b6: 1592px;
$grid-gutter: 12px;
$grid-gutter-b1: 12px;
$grid-gutter-b2: 12px;
$grid-gutter-b3: 16px;
$grid-gutter-b4: 16px;
$grid-gutter-b5: 16px;
$grid-gutter-b6: 16px;
EDIT: Removed $b7, this is too project specific
The text was updated successfully, but these errors were encountered: