summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/main.css15
1 files 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); }