diff --git a/sass/style.scss b/sass/style.scss index 3594efa..b88cf0b 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -332,6 +332,15 @@ article.post .post-date { overflow: auto; } +.post p { + line-height: 1.4em; +} + +.post li { + line-height: 1.4em; + margin-bottom: 1em; +} + /* CV */ .cv.panel {