Skip to content

Commit

Permalink
centered create user steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Nov 8, 2023
1 parent ed0ac2c commit 8da20ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/views/CreateUser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export default defineComponent({
@media (min-width: 700px) {
main {
max-width: 375px;
margin: auto;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/UserQuickSetup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export default defineComponent({
@media (min-width: 700px) {
main {
max-width: 375px;
margin-inline-start: auto;
margin: auto;
}
}
Expand Down

0 comments on commit 8da20ed

Please sign in to comment.