Skip to content

Commit

Permalink
fix: container-md max width
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored Oct 9, 2023
1 parent a0c505b commit 86c2586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ $grid-breakpoints-hover: 1025px;
// Define the maximum width of `.container` for different screen sizes.
$container-max-widths: (
sm: 540px,
md: 668px,
md: 720px,
lg: 960px,
xl: 1184px,
xxl: 1320px,
Expand Down

0 comments on commit 86c2586

Please sign in to comment.