Skip to content

Commit

Permalink
Adjust sign-up page width on mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsible committed Dec 3, 2020
1 parent a2208b1 commit 5386e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ $index-block-height: 32px;

.container {
padding-left: 0;
padding-left: 0;
padding-right: 0;
max-width: unset !important;
}

header {
Expand Down
5 changes: 0 additions & 5 deletions client/src/app/+signup/+register/register.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
.register-form {
max-width: 600px;
align-self: center;

.container {
max-width: unset !important;
}
}

.register-form,
Expand All @@ -25,7 +21,6 @@
}

.instance-information {
min-width: 350px;
margin-bottom: 15px;
}
}
Expand Down

0 comments on commit 5386e07

Please sign in to comment.