mobile headers fixed

This commit is contained in:
CatAClock 2025-06-03 13:55:46 -07:00
parent 505744d8c9
commit 2a3b6510f2

View file

@ -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 {