11 lines
154 B
CSS
11 lines
154 B
CSS
|
#depositAmount {
|
||
|
width: 10rem;
|
||
|
}
|
||
|
main {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
@media only screen and (max-width: 700px) {
|
||
|
main {
|
||
|
margin-top: -15vh;
|
||
|
}
|
||
|
}
|