Skip to content

Commit 5748e5a

Browse files
committed
fixed width issue
1 parent 370c480 commit 5748e5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/styles/components/_form-container.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
.form-container__content {
3131
height: 100%;
32+
max-width: 90vw;
3233
display: flex;
3334
flex-direction: column;
3435
justify-content: center;

client/styles/components/_forms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
}
5757

5858
.form__input {
59-
max-width: 90vw;
60-
// width: #{360 / $base-font-size}rem;
59+
min-width: #{355 / $base-font-size}rem;
6160
width: 100%;
6261
height: #{40 / $base-font-size}rem;
6362
font-size: #{16 / $base-font-size}rem;
@@ -68,6 +67,7 @@
6867

6968
@media (max-width: 770px) {
7069
max-width: 100%;
70+
width:100%;
7171
}
7272
}
7373

0 commit comments

Comments
 (0)