From 7fcb584843014503acc8e4e1569ee58c481b64b4 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:44:57 +0300 Subject: [PATCH] Change UI font size calculation --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index 104e925..71f9eb7 100644 --- a/static/main.css +++ b/static/main.css @@ -28,7 +28,7 @@ border-width : 2px; border-width : calc(0.15 * (1vw + 1vh)); font-size : 20px; - font-size : calc(14px + ((0.4 * (0.8vw + 1vh)) + 0.15rem)); + font-size : calc(14px + ((0.5 * (1.1vw - 0.1vh)) + 0.14rem)); max-height : 90%; transition : 0.2s; z-index : 10;