diff --git a/toys/license/options.css b/toys/license/options.css index 28e0006..3219346 100644 --- a/toys/license/options.css +++ b/toys/license/options.css @@ -8,7 +8,7 @@ max-width: min(600px, 100vw); max-height: 40vh; flex-grow: 1; - font-size: calc(4px * var(--pxDensity)); + font-size: min(1.5rem, calc(4px * var(--pxDensity))); } .optionsCredits { margin: 0%; @@ -198,4 +198,4 @@ form { .paramContainer { display: flex; align-items: center; -} \ No newline at end of file +}