diff --git a/static/index.css b/static/index.css index 0950a85..13cd133 100644 --- a/static/index.css +++ b/static/index.css @@ -33,7 +33,7 @@ body { } h1 { - font-size: 2em; + font-size: 1.6em; font-weight: 800; margin-bottom: 0; margin-top: 12px; @@ -41,7 +41,7 @@ h1 { } h2 { - font-size: clamp(1.6em, 1.6em, 1.8em); + font-size: 1.6em; font-weight: 700; margin-bottom: 0; }