From: Carl Worth Date: Sun, 17 May 2020 15:23:41 +0000 (-0700) Subject: Tweak the line-height down a bit X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=1ec3f3b187ea0a4f758a1890f0b3314e7c5a91ff 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. --- 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; }