A small cleanup relating to word wrap

This commit is contained in:
BBaoVanC 2021-10-17 00:10:03 -05:00
parent a3a5163b5e
commit 00c3cfd0e6
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 5 deletions

View File

@ -90,6 +90,7 @@ body {
font-family: "Open Sans", "Noto Sans", sans-serif;
margin: auto;
max-width: 720px;
overflow-wrap: break-word;
}
img, video {
@ -129,11 +130,6 @@ hr {
/* Code blocks */
.highlight pre {
width: 100%;
overflow: auto;
}
.highlight > pre {
padding: 12px 8px;
}