Skip to content

Commit

Permalink
Make width responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jun 20, 2023
1 parent 7f85ad7 commit ce10a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scss/utils/_widths.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ $widths-utilities: (
"auto": auto,
)
),
responsive: true,
),
"max-width": (
property: max-width,
class: max-w,
values: $max-width-map,
responsive: true,
),
);

Expand Down

0 comments on commit ce10a0e

Please sign in to comment.