Mobile design #58

Merged
H4CK3R-01 merged 4 commits from mobile_design into main 2021-07-10 14:57:40 +00:00
4 changed files with 25 additions and 14 deletions
Showing only changes of commit f40033ccc2 - Show all commits

View File

@ -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;
}
} }

View File

@ -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;
} }
} }

View File

@ -52,11 +52,4 @@
#login button { #login button {
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;
}
} }

View File

@ -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">