From 11670cd1cc37a92f0ea805f099b2a1af778f33e7 Mon Sep 17 00:00:00 2001 From: swag Date: Thu, 1 Jun 2023 00:08:30 -0400 Subject: [PATCH] Increase font size --- assets/css/elements.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/elements.css b/assets/css/elements.css index c1a53d9..c52a79e 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -10,7 +10,7 @@ --transparent: #FFFFFFBB; box-sizing: border-box; - font-size: calc(8px + 1vmin); + font-size: calc(10px + 1vmin); } *, ::before, ::after { box-sizing: inherit; }