Skip to content

Commit

Permalink
💡 move comment to correct line
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Oct 9, 2023
1 parent 89ed0e3 commit 8610eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ $spacers: (
// Define the maximum width of `.container` for different screen sizes.
$container-max-widths: (
sm: 540px,
md: 780px,
// changed from original Bootstrap 720px for extra space!
md: 780px,
lg: 960px,
xl: 1140px,
xxl: 1320px
Expand Down

0 comments on commit 8610eed

Please sign in to comment.