From 1ec3f3b187ea0a4f758a1890f0b3314e7c5a91ff Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 17 May 2020 08:23:41 -0700 Subject: [PATCH] Tweak the line-height down a bit Now that we've added some actual paragraphs of text, (with the empires client), it's plain to see that a line spacing of 1.5 is just a bit too much. It just looks better a bit smaller like this. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index fdc99c9..c951559 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ \*/ body { - line-height: 1.5; + line-height: 1.25; font-family: sans-serif; } -- 2.43.0