From ee77e6990492c2275cdd6769f4804813b90c2666 Mon Sep 17 00:00:00 2001 From: dana-rocha <46910672+dana-rocha@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:11:58 -0800 Subject: [PATCH] bumps line height --- styles/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/main.css b/styles/main.css index 9867c69..7eb495f 100644 --- a/styles/main.css +++ b/styles/main.css @@ -28,7 +28,7 @@ h1 { } h1, h4 { - line-height: 1.25em; + line-height: 1.5em; } h1, h4, p { @@ -41,7 +41,7 @@ h1, h4, p { h4, h5, p { text-align: left; font-weight: 400; - } +} h3, .update-section { font-weight: 600; @@ -225,7 +225,7 @@ a:hover, .social a:hover { .highlight { background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(65%, rgba(7, 118, 181, 1)), to(rgba(7, 118, 181, 1))); - background: linear-gradient(to bottom, transparent 0, transparent 65%, rgb(175, 213, 233, 1) 65%, rgba(175, 213, 233, 1) 100%); + background: linear-gradient(to bottom, transparent 0, transparent 77%, rgb(175, 213, 233, 1) 77%, rgba(175, 213, 233, 1) 100%); height: 60%; bottom: 0; width: calc(100% + 4px);