mobile login support

This commit is contained in:
maaa 2024-06-24 21:28:45 +02:00
parent 3fdaf7279d
commit e95c4fba7f
1 changed files with 24 additions and 0 deletions

View File

@ -696,6 +696,30 @@ iframe#markdown {
text-align: center; text-align: center;
} }
@media only screen and (max-width: 850px) {
.inoutdiv {
min-width: 450px;
}
}
@media only screen and (max-width: 600px) {
.inoutdiv {
min-width: 100%;
margin-left: 25px;
margin-right: 100px;
border-radius: 0;
}
.inoutdiv input {
width: calc(100% - 165px)
}
.inoutdiv p {
font-size: 14px;
}
.inoutdiv h2 {
font-size: 21px;
}
}
.background { .background {
position: fixed; position: fixed;
z-index: -2; z-index: -2;