From fa2829d280517eb1a247704cfebb8a799e98340f Mon Sep 17 00:00:00 2001 From: Logan Date: Sun, 15 Sep 2024 00:42:49 -0500 Subject: [PATCH] changed css to double space --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 2851750..0ce2107 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -17,7 +17,6 @@ body { font-family: 'merriweather'; background-image: url("/res/grey.png"); background-repeat: repeat; - line-height: 1.5em; height: 100%; tab-size: 2; } @@ -29,6 +28,7 @@ main { background-color: #ffeedd; margin: auto; max-width: 40em; + line-height: 2em; font-size: 1.2em; }