Skip to content

Commit

Permalink
Update scss/mixins/_container.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Louis-Maxime Piton <[email protected]>
  • Loading branch information
hannahiss and louismaximepiton authored Oct 10, 2024
1 parent d71ae93 commit d997999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--#{$prefix}gutter-x: #{$gutter};
--#{$prefix}gutter-y: 0;
width: 100%;
padding-right: var(--#{$prefix}margin-x);
padding-right: var(--#{$prefix}margin-x); // OUDS mod: instead of `calc(var(--#{$prefix}gutter-x) * .5)`
padding-left: var(--#{$prefix}margin-x);
margin-right: auto;
margin-left: auto;
Expand Down

0 comments on commit d997999

Please sign in to comment.