Skip to content

Commit

Permalink
fix(shell-content): center box when max-width is set (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowseemee authored Nov 30, 2021
1 parent 51cecbd commit 8312623
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
}

.shell .content {
box-sizing: border-box;
align-self: center;
width: 100%;
background: var(--background);
padding-left: var(--spacing-x);
padding-right: var(--spacing-x);
flex: 1;
}

@media (min-width: 1552px) {
Expand Down

0 comments on commit 8312623

Please sign in to comment.