implement "itch.io support"

This commit is contained in:
2022-01-04 22:34:21 +01:00
parent 68890e62ad
commit f062e545f6
3 changed files with 70 additions and 24 deletions

View File

@@ -81,4 +81,17 @@ button:active {
width: 960px;
height: 720px;
}
}
}
@media (width:640px) and (height:480px) {
#screen {
width: 640px;
height: 480px;
border: 0;
margin: 0;
}
body {
overflow: hidden;
}
}