Skip to content

Commit

Permalink
Added back compact-width of 85% for rest of website other than top na…
Browse files Browse the repository at this point in the history
…v bar and main icons content area
  • Loading branch information
elrumo committed Jun 13, 2021
1 parent 3020967 commit 88d0d9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/macos-big-sur-icons/src/components/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,11 @@ coral-buttongroup button{
box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15) !important;
}

.content-wrapper-compact{
width: calc(var(--page-width) - 10%);
margin: auto;
}

.header-wrapper{
display: grid;
height: fit-content;
Expand Down

1 comment on commit 88d0d9f

@vercel
Copy link

@vercel vercel bot commented on 88d0d9f Jun 13, 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.