drinks-manager/static/css/deposit.css

11 lines
154 B
CSS
Raw Permalink Normal View History

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