fixed font sizes for smaller screens on most pages

This commit is contained in:
2026-06-28 15:31:07 +02:00
parent dcac48b1e8
commit 2dd3847a81
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
</div>
</div>
<div id="navBarContainer" data-alt="byte, noAnim"></div>
<div id="navBarContainer" data-alt="byte"></div>
</div>
<div id="loadingScreen"></div>
+1 -1
View File
@@ -194,7 +194,7 @@
<p id="credits_600x400">Original by Chilli<br>Remade by Byte Dice at bytedice.net/toys</p>
</div>
<div id="navBarContainer" data-alt="byte, noAnim"></div>
<div id="navBarContainer" data-alt="byte"></div>
</div>
<div id="loadingScreen"></div>
+2 -1
View File
@@ -24,6 +24,7 @@
overflow-y: scroll;
overflow-x: hidden;
height: calc(16px * var(--pxDensity));
font-size: min(5vmin, 2vmax, 25px);
}
h1 {
font-size: max(1.2em, 2.5vmin);
@@ -46,7 +47,7 @@ button:active {
padding: calc(3px * var(--pxDensity));
display: inline-flex;
width: fit-content;
justify-content: flex-start;
justify-content: center;
flex-wrap: wrap;
gap: calc(6px * var(--pxDensity));
margin: 0 auto;