From 36c669f60f0d857ffb59cee0455890261efbb30c Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sat, 18 Mar 2023 16:00:50 -0700 Subject: [PATCH] Adjust font size --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 239dd75..c46a032 100644 --- a/style.css +++ b/style.css @@ -35,6 +35,7 @@ body { flex-direction: column; font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 1.5rem; text-align: center; }