Fix line wraps and scrollbars

This commit is contained in:
Jorik Schellekens 2020-09-01 11:53:16 +02:00
parent 2ecc505e78
commit ecebec2da6
2 changed files with 5 additions and 2 deletions

View File

@ -35,4 +35,8 @@ limitations under the License.
> a {
color: $foreground;
}
h1 {
word-break: break-all;
}
}

View File

@ -39,7 +39,7 @@ body,
color: $font;
overflow: scroll;
overflow: auto;
}
h1 {
@ -47,7 +47,6 @@ h1 {
font-size: 24px;
line-height: 32px;
text-align: center;
word-break: break-all;
}
a {