fixed massive font size (not sure tho, cuz i did it via github)

This commit is contained in:
Byte Dice
2025-02-03 20:47:07 +01:00
committed by GitHub
parent d37d2cc7dc
commit e0a3ad4532
+1 -1
View File
@@ -8,7 +8,7 @@
max-width: min(600px, 100vw); max-width: min(600px, 100vw);
max-height: 40vh; max-height: 40vh;
flex-grow: 1; flex-grow: 1;
font-size: calc(4px * var(--pxDensity)); font-size: min(1.5rem, calc(4px * var(--pxDensity)));
} }
.optionsCredits { .optionsCredits {
margin: 0%; margin: 0%;