From b62cc14d60f5d7746618574679ab06c45db89e79 Mon Sep 17 00:00:00 2001 From: Joshua Seigler <2583159+seigler@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:01:02 -0400 Subject: [PATCH] adjust font size --- assets/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/site.css b/assets/site.css index 01b12e4..9f960e5 100644 --- a/assets/site.css +++ b/assets/site.css @@ -17,7 +17,7 @@ flex-grow: 1; padding: 0; font-size: 16px; - font-size: clamp(16px, 1.5vw, 36px); + font-size: clamp(16px, 8px + 1.5vw, 24px); line-height: 1.5; --ratio: 1.333; --s-5: calc(var(--s-4) / var(--ratio));