Skip to content

Commit 07a0ad1

Browse files
committed
Improve line height
1 parent c563548 commit 07a0ad1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Layout.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ main {
2323
flex: 1;
2424
padding: 1em 2em 1em 2em;
2525
box-sizing: border-box;
26+
}
27+
28+
p, li {
29+
line-height: 1.5em;
2630
}

0 commit comments

Comments
 (0)