From 856266ad7aa83a35215d12839127b1aed26f3407 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Wed, 31 Aug 2022 16:40:18 -0400 Subject: Reduce h1 weight --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index b6a7024..ed19f40 100644 --- a/src/App.css +++ b/src/App.css @@ -10,7 +10,7 @@ justify-content: space-between; } -.App > header h1 { +h1 { font-weight: 500; } -- cgit v1.2.3