Update mobile UI
This commit is contained in:
parent
fdb71973c9
commit
445a949777
38
public/css/index.css
vendored
38
public/css/index.css
vendored
|
|
@ -170,3 +170,41 @@ input:-webkit-autofill:active {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 700px) {
|
||||
|
||||
.form-control {
|
||||
margin: 1.1% 4% auto;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.button-group {
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.btn-sm {
|
||||
width: 28%;
|
||||
}
|
||||
|
||||
#logo-image {
|
||||
|
||||
width: 71%;
|
||||
position: relative;
|
||||
left: 3%;
|
||||
right: 50%;
|
||||
|
||||
}
|
||||
|
||||
#disclaimer-row {
|
||||
left: 11px;
|
||||
padding: 9px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
margin-top: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue