Skip to content

Commit

Permalink
Reduced max width on compact conent pages to 1120px
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Jun 14, 2021
1 parent 88d0d9f commit 4e8ea68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/macos-big-sur-icons/src/components/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ coral-buttongroup button{
.content-wrapper-compact{
width: calc(var(--page-width) - 10%);
margin: auto;
max-width: 1120px;
}

.header-wrapper{
Expand Down

1 comment on commit 4e8ea68

@vercel
Copy link

@vercel vercel bot commented on 4e8ea68 Jun 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.