From 592b8df6667007a5dd5be6bac04974c7ffb24309 Mon Sep 17 00:00:00 2001 From: ben clark Date: Wed, 17 Mar 2021 20:43:03 +0000 Subject: [PATCH] make it smaller --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index 6c042dc..2279f8e 100644 --- a/main.css +++ b/main.css @@ -8,7 +8,7 @@ body { .header { font-family: 'Fredoka One', cursive; text-align: center; - font-size: 36px; + font-size: 24px; position: relative; width: calc(100% - 16px); /* css weirdness */ padding: 50px 8px 100px 8px;