diff --git a/static/index.css b/static/index.css index f973523..6bb3119 100644 --- a/static/index.css +++ b/static/index.css @@ -29,7 +29,7 @@ body { font-size: calc(12px + 0.33vw); margin: auto; padding: 1.3em; - max-width: clamp(400px, 750px + 3vw, 900px); + max-width: clamp(400px, 850px + 3vw, 900px); } h1 { @@ -54,7 +54,7 @@ h3 { h4 { font-size: 1.1em; - font-weight: 600; + font-weight: 400; margin-bottom: 6px; }