From 6225199b311aa731427866974e919e7c7f8cf515 Mon Sep 17 00:00:00 2001
From: thinkpadmaster <a.scerba02@gmail.com>
Date: Mon, 3 Jul 2023 09:49:11 -0500
Subject: Fix h1 tag for mobile view

---
 data/static/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/static/style.css b/data/static/style.css
index a4f536c..3eeb8a5 100644
--- a/data/static/style.css
+++ b/data/static/style.css
@@ -215,7 +215,7 @@ img {
     flex-direction: column;
   }
   h1 {
-    margin-top: 20px;
+    margin-top: 85px;
   }
   .postContent {
     margin: 100px 0 0 0;
-- 
cgit v1.2.3