Skip to content

Commit

Permalink
Fix app container spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Nov 13, 2023
1 parent 920411b commit 8eb83d0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/app/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,20 +144,20 @@ body.toplevel_page_mojo {
box-sizing: border-box;
}

.wppm-app-body {
padding: 3.25rem 24px 1rem;

&-inner {
max-width: 1600px;
margin-left: auto;
margin-right: auto;
width: 95%;
}

@media screen and (max-width:782px) {
padding-top: 2.5rem;
}
}
// .wppm-app-body {
// padding: 3.25rem 24px 1rem;

// &-inner {
// max-width: 1600px;
// margin-left: auto;
// margin-right: auto;
// width: 95%;
// }

// @media screen and (max-width:782px) {
// padding-top: 2.5rem;
// }
// }

.components-snackbar__content {
// color: var(--dc-theme-grey--light4) !important;
Expand Down

0 comments on commit 8eb83d0

Please sign in to comment.