This commit is contained in:
koenigmarcel
2021-06-24 11:04:36 +02:00
parent fe0644a092
commit cc24b885e8
6 changed files with 107 additions and 3 deletions

View File

@@ -10,4 +10,11 @@
-moz-background-size: cover; /* Mozilla*/
-o-background-size: cover; /* Opera*/
background-size: cover; /* Generic*/
}
@media only screen and (max-width: 980px) {
#game {
height: auto;
width: auto;
}
}