From d188509260fa6725a993f320dd91593ab141b658 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 11 Feb 2024 14:18:50 -0600 Subject: [PATCH] Increase font size to match blog --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5cd906d..fcf169f 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ flex-direction: row-reverse; flex-wrap: wrap; font-family: sans-serif; - font-size: 14px; + font-size: 16px; height: 100vh; margin: 0; }