mobile headers fixed
This commit is contained in:
parent
505744d8c9
commit
2a3b6510f2
1 changed files with 2 additions and 2 deletions
|
@ -221,9 +221,9 @@ html {
|
||||||
.Username {
|
.Username {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 2ch;
|
font-size: min(2vw, 2ch);
|
||||||
|
|
||||||
margin-top: -5px;
|
margin-top: max(-5px, -0.5vw);
|
||||||
}
|
}
|
||||||
|
|
||||||
.PostContent {
|
.PostContent {
|
||||||
|
|
Loading…
Add table
Reference in a new issue