Skip to content

Commit

Permalink
Change container padding to 1rem
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Mar 10, 2020
1 parent 973876e commit 2a2b0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ $gutters: $spacers !default;

// Container padding

$container-padding-x: $grid-gutter-width / 2 !default;
$container-padding-x: 1rem !default;


// Components
Expand Down

0 comments on commit 2a2b0b5

Please sign in to comment.