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; }