From 5637f7e1ffe4556dbecb5b6653d85183a4b8d671 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:02:11 +0700 Subject: [PATCH] changed line-height for title from 1.4 to 1.25. --- assets/styles/simple-note.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/simple-note.css b/assets/styles/simple-note.css index 04daea6..34b7cab 100644 --- a/assets/styles/simple-note.css +++ b/assets/styles/simple-note.css @@ -27,7 +27,7 @@ body { font-size: 1.475rem; font-weight: 500; letter-spacing: -0.02em; - line-height: 1.4; + line-height: 1.25; } .simple-note__input--body {