Skip to content

Commit

Permalink
Fixed a bug with container
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed Nov 21, 2020
1 parent 25c782d commit 6a69fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duomo/core/size.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $__opts: (
}
@each $k, $v in $breakpoint-map {
@media (min-width: #{helpers.px($v)}) {
.#{helpers.escape-breakpoint($k)}#{helpers.escape(configuration.$separator)}container {
.container {
max-width: #{helpers.px($v)};
}
}
Expand Down

0 comments on commit 6a69fa4

Please sign in to comment.