Skip to content

Commit

Permalink
fix: update grid gutters to match design (#727)
Browse files Browse the repository at this point in the history
From 30px gutters to 24px
  • Loading branch information
Adam Butterworth committed May 20, 2021
1 parent b6ed3c7 commit 829e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/core/_variables.scss
Expand Up @@ -463,7 +463,7 @@ $container-max-widths: (
// Set the number of columns and specify the width of the gutters.

$grid-columns: 12 !default;
$grid-gutter-width: 30px !default;
$grid-gutter-width: 24px !default;
$grid-row-columns: 6 !default;


Expand Down

0 comments on commit 829e606

Please sign in to comment.