Optimized css for mobile devices

This commit is contained in:
H4CK3R-01 2021-07-14 08:46:55 +02:00 committed by H4CK3R-01
parent 16683d049e
commit 214e63513b
5 changed files with 6 additions and 6 deletions

View File

@ -103,7 +103,7 @@
white-space: pre;
}
@media only screen and (max-width: 980px) {
@media only screen and (max-width: 600px) {
#chat {
flex-flow: column-reverse;
border-top: #7d7d7d solid 2px;

View File

@ -101,7 +101,7 @@ main {
height: calc(100% - 50px);
}
@media only screen and (max-width: 980px) {
@media only screen and (max-width: 600px) {
#main {
display: grid;
grid-template-columns: unset;

View File

@ -28,7 +28,7 @@
background-color: #FFDDA1;
}
@media only screen and (max-width: 980px) {
@media only screen and (max-width: 600px) {
#game {
height: auto;
width: auto;

View File

@ -45,10 +45,10 @@ header {
flex-direction: column;
}
@media only screen and (max-width: 980px) {
@media only screen and (max-width: 600px) {
header {
height: 5em;
}
.title {

View File

@ -54,7 +54,7 @@
color: #ffffff;
}
@media only screen and (max-width: 980px) {
@media only screen and (max-width: 600px) {
#login {
align-items: flex-start;
}