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;