Skip to content

Commit

Permalink
refactor: limit web container width
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Dec 15, 2023
1 parent ed40b82 commit 07bb567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/container.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
}
}
&-md {
width: @md-width;
height: @md-height;
width: @md-width !important;
height: @md-height !important;
}
&-lg {
transform: matrix(1, 0, 0, 1, 0, 0) !important;
Expand Down

0 comments on commit 07bb567

Please sign in to comment.