From 651beb7cd603f2da6b99d9c1087ab29e7b008fe4 Mon Sep 17 00:00:00 2001 From: Sawyer Date: Fri, 5 Sep 2025 17:42:51 -0500 Subject: [PATCH] style: space out the text lines a little so it isn't so cramped --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 0eb44d3..93863cb 100644 --- a/static/style.css +++ b/static/style.css @@ -24,6 +24,7 @@ textarea { } main { + line-height: 1.4; height: 100%; display: flex; align-items: center; @@ -36,4 +37,4 @@ main { .word-count { color: #858585; font-weight: 500; -} +} \ No newline at end of file