From 8c173c1707be5a13b69b08f87cd41386142646b1 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sat, 16 Apr 2022 13:14:18 -0500 Subject: [PATCH] fixed clamp --- static/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/index.css b/static/index.css index d09ab41..5bdfe8a 100644 --- a/static/index.css +++ b/static/index.css @@ -41,14 +41,14 @@ h1 { } h2 { - font-size: (1.6em, 1.6em, 1.8em); + font-size: clamp(1.6em, 1.6em, 1.8em); font-weight: 700; margin-bottom: 0; } h3 { - font-size: (1.3em, 1.4em, 1.6em); - font-weight: 600; + font-size: clamp(1.3em, 1.4em, 1.6em); + font-weight: 700; margin-bottom: 6px; }