Skip to content

Commit b5589fa

Browse files
committed
fix: update line height
1 parent c2b99e8 commit b5589fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

layouts/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
font-size: 16px;
3535
margin-top: 30px;
3636
overflow-x: auto;
37-
white-space: pre;
38-
word-break: normal;
37+
white-space: pre-wrap;
38+
word-break: break-word;
39+
overflow-wrap: anywhere;
3940
}
4041

4142
.terminal-content {

layouts/partials/author-large.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
.author-title {
1818
white-space: normal;
1919
padding-top: 10px;
20+
line-height: 1.5;
21+
2022
}
2123
}
2224
</style>

0 commit comments

Comments
 (0)