From 0765ceb8efc8c6178157a5309478de931200fe6c Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sun, 1 Jun 2025 17:41:29 -0400 Subject: [PATCH] Fix some scaling issues. --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b96b267..5b38fee 100644 --- a/style.css +++ b/style.css @@ -82,7 +82,7 @@ a { font-family: Arial, Helvetica, sans-serif; font-weight: bold; white-space: nowrap; - font-size: 100%; + font-size: 2.25vh; padding-left: 1cqw; padding-right: 1cqw; transition: 0.4s ease-out; @@ -104,6 +104,8 @@ a { .dropdown_header ion-icon { margin-right: 0.5vw; align-self: center; + width: 2.25vh; + height: 2vh; float: right; color: lightpink; transition-duration: 0.25s;