From 42fe1d3805544fc911f97ff2ed410c07f1f258ae Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 10 Nov 2019 22:23:07 -0500 Subject: [PATCH] Tweak line spacing --- site/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/main.scss b/site/css/main.scss index e4571b9..8b25fd3 100644 --- a/site/css/main.scss +++ b/site/css/main.scss @@ -11,7 +11,7 @@ body { background-color: var(--content-background-color); font-family: $sansSerif; font-size: 16px; - line-height: 1.5; + line-height: 1.6; color: var(--ui-text-color); }