Merge pull request #61 from H4CK3R-01/mobile

Mobile Login Layout
This commit is contained in:
Florian Kaiser 2021-07-12 10:25:01 +02:00 committed by GitHub
commit ac6c62a186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 2 deletions

View File

@ -108,4 +108,13 @@ main {
grid-template-rows: 60% 40%;
height: 100%;
}
#spielanleitung {
font-size: 5em;
}
#modal_header {
font-size: 3em;
text-align: center;
}
}

View File

@ -47,11 +47,12 @@ header {
@media only screen and (max-width: 980px) {
header {
height: 3em;
height: 5em;
}
.title {
font-size: 2em;
font-size: 3em;
}
.build {

View File

@ -52,4 +52,23 @@
#login button {
background-color: #0062ff;
color: #ffffff;
}
@media only screen and (max-width: 980px) {
#login {
align-items: flex-start;
}
#login label {
font-size: 2.5em;
}
#login input, #login button {
height: 4.0em;
font-size: 2.5em;
}
}