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 6ab9225 commit f691e44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions blocks/commerce-create-password/commerce-create-password.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.commerce-create-password-container {
main .commerce-create-password-container {
max-width: 700px;
margin: auto;
}
margin: 40px auto;
width: 100%;
}
5 changes: 3 additions & 2 deletions blocks/commerce-forgot-password/commerce-forgot-password.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.commerce-forgot-password-container {
main .commerce-forgot-password-container {
max-width: 700px;
margin: auto;
margin: 40px auto;
width: 100%;
}

0 comments on commit f691e44

Please sign in to comment.