From bb4e77415ac3ed2a88bc1d4b3f49ecc5dadf950b Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 17 Apr 2022 11:57:47 -0500 Subject: [PATCH] align-items: baseline; --- static/index.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/index.css b/static/index.css index 358e9fc..d313d30 100644 --- a/static/index.css +++ b/static/index.css @@ -32,10 +32,6 @@ body { max-width: clamp(400px, 750px + 3vw, 900px); } -#title:after { - display: none; -} - h1 { font-size: 1.8em; font-weight: 800; @@ -105,7 +101,7 @@ a:hover:after { .nav-bar { display: flex; - align-items: center; + align-items: baseline; justify-content: space-between; flex-direction: row; flex-wrap: wrap;