Mobile Login Layout #61

Merged
H4CK3R-01 merged 1 commits from mobile into main 2021-07-12 08:25:01 +00:00
3 changed files with 31 additions and 2 deletions

View File

@ -108,4 +108,13 @@ main {
grid-template-rows: 60% 40%; grid-template-rows: 60% 40%;
height: 100%; 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) { @media only screen and (max-width: 980px) {
header { header {
height: 3em; height: 5em;
} }
.title { .title {
font-size: 2em; font-size: 3em;
} }
.build { .build {

View File

@ -53,3 +53,22 @@
background-color: #0062ff; background-color: #0062ff;
color: #ffffff; 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;
}
}