Skip to content

Commit

Permalink
add max-width for store unintentionally removed (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarave authored Jan 31, 2024
1 parent f823038 commit 7c2325d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ body {
main {
padding: 0 var(--dimension-layout-xsmall);
margin: 0 auto;
max-width: 1090px; // width for the store page

& > header {
display: flex;
Expand Down

0 comments on commit 7c2325d

Please sign in to comment.