From b2d77cedf25a07e09f09c5e54dafd6b29cd8af88 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:03:58 -0400 Subject: [PATCH] Swap header sizes --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 4ede9a9..eabaf2f 100644 --- a/css/style.css +++ b/css/style.css @@ -40,12 +40,12 @@ li { } h1 { - font-size: 3em; + font-size: 4em; margin-bottom: 0px; } h2 { - font-size: 4em; + font-size: 3em; margin-bottom: 0px; }