From b8d3ff951c79df1890932bf0d2efbd9711533836 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 17 Apr 2022 11:53:26 -0500 Subject: [PATCH] adjusted header --- static/index.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/index.css b/static/index.css index 13cd133..fc836d1 100644 --- a/static/index.css +++ b/static/index.css @@ -32,8 +32,12 @@ body { max-width: clamp(400px, 750px + 3vw, 900px); } +#title:after { + display: none; +} + h1 { - font-size: 1.6em; + font-size: 1.8em; font-weight: 800; margin-bottom: 0; margin-top: 12px; @@ -114,7 +118,7 @@ a:hover:after { align-self: stretch; align-items: center; margin-right: 12px; - margin-top: 6px; + margin-bottom: 0; font-size: 1.5em; }