fixed font sizes for smaller screens on most pages
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user