From 27d8f293149ca2fce5f0822a747d10462423bd01 Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Thu, 7 Feb 2019 00:32:31 +0100 Subject: [PATCH] Better line heights and spacing --- source/styles/style.css.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/styles/style.css.styl b/source/styles/style.css.styl index 9bd2f5c..6ac3a1d 100644 --- a/source/styles/style.css.styl +++ b/source/styles/style.css.styl @@ -10,7 +10,7 @@ body background: $lighter font-family: "Alegreya", serif font-size: 18px - line-height: 22px + line-height: 24px text-rendering: optimizeLegibility padding-bottom: $bottom_bar_height px @@ -58,6 +58,9 @@ body a color: $dark +p + margin: 24px 0px + #section-meta .key padding-right: 10px font-style: italic