From 57d99babed3dfe72145e61571da54539b4c9a2d2 Mon Sep 17 00:00:00 2001
From: Abraham Raji <avronr@tuta.io>
Date: Sat, 19 Sep 2020 03:45:12 +0530
Subject: [PATCH] h1 doesn't need to be bold

---
 style.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/style.css b/style.css
index a6db945..fbb6189 100644
--- a/style.css
+++ b/style.css
@@ -5,6 +5,9 @@
     box-sizing: border-box;
     line-height: 1.8;
 }
+h1{
+    font-weight: 400;
+}
 .nav-container{
     width: 100%;
     color: blue;
-- 
GitLab