From e8cb91020637b4e34d32f7e5d32204dbc2554b20 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Mon, 3 Aug 2020 23:21:57 +0000 Subject: [PATCH] Fix post title spacing --- static/style.css | 8 ++++++-- templates/post.html | 6 ++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index b795f18..6c8b166 100644 --- a/static/style.css +++ b/static/style.css @@ -126,7 +126,11 @@ h4 { font-size: 20px; } -div.title-subtext { +div.post-head h1 { + margin-bottom: 18px; +} + +div.post-head span.subtext { color: #555555; font-weight: normal; font-size: 20px; @@ -326,7 +330,7 @@ p.openring { padding-bottom: 24px; } - div.title-subtext { + div.post-head span.subtext { font-size: 18px; } diff --git a/templates/post.html b/templates/post.html index 709b5c8..065d149 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,8 +4,10 @@ head: openring: yes template: page -

{title}

-
Published on {date} by {author}
+
+

{title}

+ Published on {date} by {author} +
{content}
{openring}