From: Eshel Yaron Date: Wed, 12 Apr 2023 05:46:27 +0000 (+0300) Subject: Increase spacing between content lines X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88d94ee33c6d327b0a3fa53dd9b77eb4b8f91a5f;p=esy-publish.git Increase spacing between content lines --- diff --git a/src/style.css b/src/style.css index 6ce3c2d..b0e7ae0 100644 --- a/src/style.css +++ b/src/style.css @@ -21,6 +21,10 @@ time { color: #9ac8e0; } +.content { + line-height: 1.35; +} + .home-link { float: left; }