Skip to content

Commit

Permalink
Update container width
Browse files Browse the repository at this point in the history
  • Loading branch information
mordeth committed Dec 18, 2024
1 parent 48b0fdb commit 1e5f688
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions client/onboarding/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,12 @@ body.wcpay-onboarding__body {
}

&__content {
max-width: 620px;
max-width: 615px;
width: 100%;

&:has( > form:only-child ) {
padding: 0 $gap-larger;
}

@media screen and ( max-width: $break-mobile ) {
width: 100%;
padding: 0 $gap;

&:has( > form:only-child ) {
padding: 0 $gap;
}
}
}

Expand Down

0 comments on commit 1e5f688

Please sign in to comment.