aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-08-31 16:40:18 -0400
committerGalen Guyer <galen@galenguyer.com>2022-08-31 16:40:18 -0400
commit856266ad7aa83a35215d12839127b1aed26f3407 (patch)
tree7b11e9766b9ea44cf486489c5290fcba99244a51
parentde685bf580183650cf0d6c80ab2d769360936ae5 (diff)
Reduce h1 weight
-rw-r--r--src/App.css2
1 files changed, 1 insertions, 1 deletions
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;
}