header fix
This commit is contained in:
parent
a0bd84d844
commit
3d1d7651e8
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,10 @@ html {
|
||||||
background: linear-gradient(to right, #00FFFF, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #00FFFF);
|
background: linear-gradient(to right, #00FFFF, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #00FFFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.Button {
|
.Button {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
||||||
|
|
|
@ -231,6 +231,8 @@ audio {
|
||||||
font-size: min(2vw, 2ch);
|
font-size: min(2vw, 2ch);
|
||||||
|
|
||||||
margin-top: max(-5px, -0.5vw);
|
margin-top: max(-5px, -0.5vw);
|
||||||
|
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PostContent {
|
.PostContent {
|
||||||
|
|
Loading…
Add table
Reference in a new issue