Skip to content

Commit

Permalink
Minor styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferri0 committed Sep 19, 2024
1 parent 09fd1bd commit f3affb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions blocks/commerce-create-account/commerce-create-account.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.commerce-create-account-container {
main .commerce-create-account-container {
max-width: 700px;
margin: auto;
margin: 40px auto;
width: 100%;
}
6 changes: 4 additions & 2 deletions blocks/commerce-search-order/commerce-search-order.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.commerce-search-order-container {
margin: auto;
body.columns .section.commerce-search-order-container {
max-width: 700px;
margin: 40px auto;
width: 100%;
}

0 comments on commit f3affb2

Please sign in to comment.