From cb6c1cb648ee9943b44cd7d76a7153d38072722e Mon Sep 17 00:00:00 2001
From: Prefetch
Date: Sun, 9 Jun 2019 22:36:33 +0200
Subject: Center generated headings

---
 static/main.css | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/static/main.css b/static/main.css
index b79aef8..f73c997 100644
--- a/static/main.css
+++ b/static/main.css
@@ -12,9 +12,18 @@ a {
 	color:#61afef;
 }
 
-h1 { font-size:2rem; }
-h2 { font-size:1.5rem; }
-h3 { font-size:1rem; }
+h1 {
+	font-size:2rem;
+	text-align:center;
+}
+h2 {
+	font-size:1.5rem;
+	text-align:center;
+}
+h3 {
+	font-size:1rem;
+	text-align:center;
+}
 
 .content { min-height: calc(100vh - 20ch); }
 
-- 
cgit v1.2.3