aboutsummaryrefslogtreecommitdiff
path: root/static/css/blog.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/blog.css')
-rw-r--r--static/css/blog.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/blog.css b/static/css/blog.css
index 772bd5b..27a63d9 100644
--- a/static/css/blog.css
+++ b/static/css/blog.css
@@ -1,3 +1,13 @@
.article {
margin-top: 4rem;
}
+
+.article h1,
+.article h2,
+.article h3,
+.article h4,
+.article h5,
+.article h6 {
+ margin-top: 2.5rem;
+ margin-bottom: 1rem;
+}