fixed massive font size (not sure tho, cuz i did it via github)
This commit is contained in:
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user