We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b99e8 commit b5589faCopy full SHA for b5589fa
layouts/index.html
@@ -34,8 +34,9 @@
34
font-size: 16px;
35
margin-top: 30px;
36
overflow-x: auto;
37
- white-space: pre;
38
- word-break: normal;
+ white-space: pre-wrap;
+ word-break: break-word;
39
+ overflow-wrap: anywhere;
40
}
41
42
.terminal-content {
layouts/partials/author-large.html
@@ -17,6 +17,8 @@
17
.author-title {
18
white-space: normal;
19
padding-top: 10px;
20
+ line-height: 1.5;
21
+
22
23
24
</style>
0 commit comments