Skip to content

Commit

Permalink
fixed width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanshDT committed Sep 20, 2023
1 parent 370c480 commit 5748e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/styles/components/_form-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

.form-container__content {
height: 100%;
max-width: 90vw;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
4 changes: 2 additions & 2 deletions client/styles/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
}

.form__input {
max-width: 90vw;
// width: #{360 / $base-font-size}rem;
min-width: #{355 / $base-font-size}rem;
width: 100%;
height: #{40 / $base-font-size}rem;
font-size: #{16 / $base-font-size}rem;
Expand All @@ -68,6 +67,7 @@

@media (max-width: 770px) {
max-width: 100%;
width:100%;
}
}

Expand Down

0 comments on commit 5748e5a

Please sign in to comment.