Fix mobile design blur

This commit is contained in:
H4CK3R-01
2021-07-10 16:36:53 +02:00
committed by H4CK3R-01
parent b9eaccecfd
commit f40033ccc2
4 changed files with 25 additions and 14 deletions

View File

@@ -47,18 +47,18 @@ header {
@media only screen and (max-width: 980px) {
header {
height: 2.2em;
height: 3em;
}
.title {
font-size: 1.5em;
font-size: 2em;
}
.build {
font-size: 0.5em;
font-size: 1em;
}
.spielanleitung {
font-size: 1em;
font-size: 1.5em;
}
}