From 46044094dcdcbc8fbacad58fd2253fbbcb673c0b Mon Sep 17 00:00:00 2001 From: cade Date: Wed, 5 Feb 2025 10:04:23 -0800 Subject: [PATCH] flex -> grid --- index.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index dc8cbdd..267c95d 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ --color-text-subtle: #888; --color-text: #ccc; --font-family: SpaceGrotesk, -apple-system, Helvetica, sans-serif; - --font-size: clamp(16px, 1.3vw, 18px); + --font-size: clamp(16px, 1.5vw, 18px); --transition-speed: 200ms; } @@ -80,19 +80,24 @@