From decc99767d0c52610349fedf0770375fdb7453a1 Mon Sep 17 00:00:00 2001 From: William Faircloth Date: Mon, 10 Apr 2023 07:30:03 -0400 Subject: [PATCH] feat: increase line height (#26) --- public/css/home.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/home.css b/public/css/home.css index 9bb5004..a152896 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -476,6 +476,11 @@ footer a { footer a:hover { color: #cfe8f6; } + +.features *, .top * { + line-height: 1.2em; +} + #devs { max-width: 700px; margin-top: 12px;