made EVEN MORE mobile compatible (missing screenTransition tips text & license font)

This commit is contained in:
2025-01-27 21:15:59 +01:00
parent 4744c4ba1c
commit edfc47c1cc
11 changed files with 39 additions and 25 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ html {
background-color: #323232;
overflow: hidden;
width: 100vw;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
}
body {
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
background-color: #323232;
color: #ffffff;
overflow: hidden;