Some improvements #69
@ -55,20 +55,20 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 980px) {
|
||||
|
||||
#login {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
#login form {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#login label {
|
||||
font-size: 2.5em;
|
||||
|
||||
}
|
||||
|
||||
#login input, #login button {
|
||||
height: 4.0em;
|
||||
height: 2.0em;
|
||||
font-size: 2.5em;
|
||||
|
||||
}
|
||||
|
||||
}
|
Before Width: | Height: | Size: 866 KiB After Width: | Height: | Size: 859 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 411 KiB After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 443 KiB After Width: | Height: | Size: 314 KiB |
Before Width: | Height: | Size: 435 KiB After Width: | Height: | Size: 306 KiB |
@ -4,16 +4,13 @@
|
||||
<meta charset="UTF-8" content="user-scalable=no, autoRotate:disabled" name="viewport"/>
|
||||
<title>Wer wird Projektmanager?</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
|
||||
|
||||
<link href="css/components.css" rel="stylesheet">
|
||||
<link href="css/header.css" rel="stylesheet">
|
||||
|
||||
<link href="css/chat.css" rel="stylesheet">
|
||||
<link href="css/game.css" rel="stylesheet">
|
||||
|
||||
<link href="css/index.css" rel="stylesheet">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
|
||||
<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
@ -69,9 +66,8 @@
|
||||
|
||||
</footer>
|
||||
|
||||
<script crossorigin="anonymous" referrerpolicy="no-referrer"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.1.2/socket.io.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/6.0.4/browser/pixi.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.1.2/socket.io.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/6.0.4/browser/pixi.min.js"></script>
|
||||
<script src="js/Card.js"></script>
|
||||
<script src="js/Button.js"></script>
|
||||
<script src="js/Sprite.js"></script>
|
||||
|