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 {