Skip to content

Commit

Permalink
fix: catalog settings mobile layout (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Jun 27, 2023
1 parent a348b71 commit cde6f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sass/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
margin: auto;

@include at-media-max("mobile-lg") {
@include u-padding(2);
@include u-padding-x(0);
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/app/pages/card-catalog/catalog.settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

@include at-media-max("mobile-lg") {
@include u-margin(-2);
@include u-margin-bottom(7);
@include u-padding-x(2);
}

background-color: color($theme-color-base-lighter);
Expand Down

0 comments on commit cde6f2d

Please sign in to comment.