fix font sizes for PA version

This commit is contained in:
Mark Eaton 2024-04-26 16:10:22 -04:00
parent 799aaea10e
commit 23d12b5e53
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#arjsDebugUIContainer { display: none; }
body { display: flex; justify-content: center; align-items: center; }
#starter { background-color: #ccc; border-radius: 5px; padding: 30px; font-size: 2em; text-align: center; }
#starter { background-color: #ccc; border-radius: 5px; padding: 30px; font-size: 1.5em; text-align: center; }
@media screen and (orientation: portrait) {
#starter { font-size: 2.2em; }
#starter { font-size: 1.5em; }
}
#startbutton { font-size: 1.5em }
#ender { display: none; background-color: #ccc; border-radius: 5px; padding: 30px; font-size: 2em; text-align: center; position: relative; }
@ -14,5 +14,5 @@ body { display: flex; justify-content: center; align-items: center; }
#startend-container { width: 100%; display: flex; justify-content: center; }
}
.dropdown { z-index: 50; }
.dropdown-menu li { font-size: 2em; padding: 2px 20px; white-space: nowrap; }
.dropdown-menu li { font-size: 1.5em; padding: 2px 20px; white-space: nowrap; }
.fsize { font-size: 2em; }