From 2a3b6510f29afa6ff0204f98d2d8b83cf52943cd Mon Sep 17 00:00:00 2001 From: CatAClock Date: Tue, 3 Jun 2025 13:55:46 -0700 Subject: [PATCH] mobile headers fixed --- CSS/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/index.css b/CSS/index.css index 488ba1f..a64f9b5 100644 --- a/CSS/index.css +++ b/CSS/index.css @@ -221,9 +221,9 @@ html { .Username { text-align: center; font-weight: bold; - font-size: 2ch; + font-size: min(2vw, 2ch); - margin-top: -5px; + margin-top: max(-5px, -0.5vw); } .PostContent {