From adbdec31cca991f8fa54f63fe7ed97b3942c77bb Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Fri, 9 Sep 2022 07:18:16 -0400 Subject: [PATCH] Bump up h2 font-size. --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 42342a4..7cfb48b 100644 --- a/src/app.css +++ b/src/app.css @@ -211,7 +211,7 @@ h1, h2 { } h2 { - font-size: 1.5rem; + font-size: 2rem; margin-bottom: 0; }