Skip to content

Commit 48dbecd

Browse files
authored
Increase line-height for printing
1 parent 9eef2b8 commit 48dbecd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/css/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ h3:hover:has(> a[href^="#"])::after {
200200
}
201201

202202
main > * {
203-
line-height: 1em;
203+
line-height: 1.1em;
204204
}
205205

206206
main > *:not(:last-child) {
@@ -216,7 +216,6 @@ h3:hover:has(> a[href^="#"])::after {
216216
h3 {
217217
margin-top: 1em;
218218
font-size: 1em;
219-
line-height: 1em;
220219
}
221220

222221
p {

0 commit comments

Comments
 (0)