diff --git a/CSS/account.css b/CSS/account.css index 396ec81..ebe8e6a 100644 --- a/CSS/account.css +++ b/CSS/account.css @@ -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; diff --git a/CSS/index.css b/CSS/index.css index 035d7d3..b0cfb47 100644 --- a/CSS/index.css +++ b/CSS/index.css @@ -231,6 +231,8 @@ audio { font-size: min(2vw, 2ch); margin-top: max(-5px, -0.5vw); + + word-wrap: break-word; } .PostContent {