]> git.cworth.org Git - lmno.games/commitdiff
Tweak the line-height down a bit
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 15:23:41 +0000 (08:23 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 15:23:41 +0000 (08:23 -0700)
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

index fdc99c9dd94bee1f1bd10dfdb84f90fe5b9012da..c951559e03aa1a35222383b3ec7b08c9152442a8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@
 \*/
 
 body {
-    line-height: 1.5;
+    line-height: 1.25;
     font-family: sans-serif;
 }