From 86f378ade75c536f5448616e7e93ade3123c66d4 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 23 Sep 2016 23:15:45 +0200 Subject: Greater linespacing to make text more readable. --- blog/_assets/stylesheets/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss index 0923299..beb9f2f 100644 --- a/blog/_assets/stylesheets/main.scss +++ b/blog/_assets/stylesheets/main.scss @@ -9,7 +9,6 @@ body { background-color: black; color: $text-color; - line-height: 135%; background: { image: image_url("background.jpg"); @@ -59,6 +58,7 @@ strong { #body-content { position: relative; min-height: 700px; + line-height: 170%; padding: 1cm; font-size: 16pt; -- cgit v1.2.3