We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370c480 commit 5748e5aCopy full SHA for 5748e5a
client/styles/components/_form-container.scss
@@ -29,6 +29,7 @@
29
30
.form-container__content {
31
height: 100%;
32
+ max-width: 90vw;
33
display: flex;
34
flex-direction: column;
35
justify-content: center;
client/styles/components/_forms.scss
@@ -56,8 +56,7 @@
56
}
57
58
.form__input {
59
- max-width: 90vw;
60
- // width: #{360 / $base-font-size}rem;
+ min-width: #{355 / $base-font-size}rem;
61
width: 100%;
62
height: #{40 / $base-font-size}rem;
63
font-size: #{16 / $base-font-size}rem;
@@ -68,6 +67,7 @@
68
67
69
@media (max-width: 770px) {
70
max-width: 100%;
+ width:100%;
71
72
73
0 commit comments