style: space out the text lines a little so it isn't so cramped

This commit is contained in:
Sawyer Andrews 2025-09-05 17:42:51 -05:00
parent c350cb9a43
commit 651beb7cd6
Signed by: sawyer
GPG key ID: D4B437630877389B

View file

@ -24,6 +24,7 @@ textarea {
} }
main { main {
line-height: 1.4;
height: 100%; height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
@ -36,4 +37,4 @@ main {
.word-count { .word-count {
color: #858585; color: #858585;
font-weight: 500; font-weight: 500;
} }