Fix mobile design blur
This commit is contained in:
parent
b9eaccecfd
commit
f40033ccc2
@ -110,4 +110,24 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.log_message {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chat_message .username {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chat_message .messageBody {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#message_input {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#message_send {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
}
|
}
|
@ -47,18 +47,18 @@ header {
|
|||||||
|
|
||||||
@media only screen and (max-width: 980px) {
|
@media only screen and (max-width: 980px) {
|
||||||
header {
|
header {
|
||||||
height: 2.2em;
|
height: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 1.5em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.build {
|
.build {
|
||||||
font-size: 0.5em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spielanleitung {
|
.spielanleitung {
|
||||||
font-size: 1em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -53,10 +53,3 @@
|
|||||||
background-color: #0062ff;
|
background-color: #0062ff;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 980px) {
|
|
||||||
#login input, #login button {
|
|
||||||
font-size: 1em;
|
|
||||||
height: 3em;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"
|
<meta charset="UTF-8" content="user-scalable=no, autoRotate:disabled" name="viewport"/>
|
||||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, autoRotate:disabled"
|
|
||||||
name="viewport"/>
|
|
||||||
<title>Projektmanagement Game</title>
|
<title>Projektmanagement Game</title>
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
|
||||||
|
Loading…
Reference in New Issue
Block a user