Skip to content

Commit f7f0bd5

Browse files
authored
update faucet for wide viewport (#1912)
1 parent 89deeb0 commit f7f0bd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Faucet/hero.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
.heroWrapper {
2828
width: calc(100% - var(--page-padding-x) * 2);
2929
margin: 0 auto;
30-
@include bp(desktop) {
31-
max-width: 70%;
30+
@media screen and (min-width: 1900px) {
31+
max-width: 60%;
3232
}
3333
}
3434

@@ -60,7 +60,7 @@
6060

6161
.inputCont {
6262
width: 100%;
63-
max-width: 40%;
63+
max-width: 640px;
6464

6565
@media screen and (max-width: 996px) {
6666
max-width: 100%;
@@ -85,7 +85,7 @@
8585
}
8686
input {
8787
height: 4.2rem;
88-
font-size: inherit;
88+
font-size: 16px;
8989
margin-bottom: 0;
9090
cursor: auto;
9191
}

0 commit comments

Comments
 (0)