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 89deeb0 commit f7f0bd5Copy full SHA for f7f0bd5
src/components/Faucet/hero.module.scss
@@ -27,8 +27,8 @@
27
.heroWrapper {
28
width: calc(100% - var(--page-padding-x) * 2);
29
margin: 0 auto;
30
- @include bp(desktop) {
31
- max-width: 70%;
+ @media screen and (min-width: 1900px) {
+ max-width: 60%;
32
}
33
34
@@ -60,7 +60,7 @@
60
61
.inputCont {
62
width: 100%;
63
- max-width: 40%;
+ max-width: 640px;
64
65
@media screen and (max-width: 996px) {
66
max-width: 100%;
@@ -85,7 +85,7 @@
85
86
input {
87
height: 4.2rem;
88
- font-size: inherit;
+ font-size: 16px;
89
margin-bottom: 0;
90
cursor: auto;
91
0 commit comments