Skip to content

Commit

Permalink
Fix: Change @max-width to 100%, remove max-width: inherit from .page (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck committed Feb 9, 2024
1 parent f2c1cb8 commit 0a204a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions less/_defaults/_spacing-containers.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
@device-width-large: unit(@adapt-device-large, rem);
@device-width-xlarge: unit(@adapt-device-xlarge, rem);

@max-width: 90rem;

@max-width: 100%;
@max-content-width: @device-width-large;
@max-page-width: @max-width;

Expand Down
1 change: 0 additions & 1 deletion less/core/page.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.page {
position: relative;
max-width: inherit;
.l-container-padding(@page-padding-ver, @page-padding-hoz);

&.has-bg-image > .background {
Expand Down

0 comments on commit 0a204a3

Please sign in to comment.