8000 Merge pull request #275 from shulcsm/fix-line-height · killercup/blog.rust-lang.org@7f7f992 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 7f7f992

Browse files
authored
Merge pull request rust-lang#275 from shulcsm/fix-line-height
Set line height for post content.
2 parents 48ad43d + 9e36aa0 commit 7f7f992

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/_layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@
216216
}
217217

218218
.post-content {
219+
p {
220+
line-height: 1.6em;
221+
}
222+
219223
margin-bottom: $spacing-unit;
220224

221225
h2, h2 code {

0 commit comments

Comments
 (0)
0