From 41d479195f37e838aa5fda3c1e575ff444769986 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= <sofi@sofiaritz.com>
Date: Mon, 3 Mar 2025 20:18:10 +0100
Subject: [PATCH] Improve styling

---
 static/assets/css/base.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/static/assets/css/base.css b/static/assets/css/base.css
index 4dba586..98f934e 100644
--- a/static/assets/css/base.css
+++ b/static/assets/css/base.css
@@ -1,7 +1,7 @@
 :root {
     font-family: "Rubik", Inter, Avenir, Helvetica, Arial, sans-serif;
     font-size: 16px;
-    line-height: 24px;
+    line-height: 23px;
     font-weight: 400;
 
     min-height: 150vh;
@@ -50,6 +50,10 @@ main {
     margin-bottom: 10rem;
 }
 
+main > h1 {
+    line-height: 36px;
+}
+
 .page-container {
     display: flex;
     margin: 0 10px;