Skip to content

Commit 7c2325d

Browse files
authored
add max-width for store unintentionally removed (#861)
1 parent f823038 commit 7c2325d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/sass/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ body {
2323
main {
2424
padding: 0 var(--dimension-layout-xsmall);
2525
margin: 0 auto;
26+
max-width: 1090px; // width for the store page
2627

2728
& > header {
2829
display: flex;

0 commit comments

Comments
 (0)