header fix

This commit is contained in:
CatAClock 2025-06-13 16:25:23 -07:00
parent a0bd84d844
commit 3d1d7651e8
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,10 @@ html {
background: linear-gradient(to right, #00FFFF, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #00FFFF);
}
h2 {
word-wrap: break-word;
}
.Button {
margin-top: 30px;

View file

@ -231,6 +231,8 @@ audio {
font-size: min(2vw, 2ch);
margin-top: max(-5px, -0.5vw);
word-wrap: break-word;
}
.PostContent {