From 53a70dd692af785545d831bffab2182e1fc2c5df Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 30 Oct 2018 08:26:03 +0000 Subject: [PATCH] blog: Increase size of headline Signed-off-by: Michael Tremer --- src/scss/style.scss | 4 +++- src/templates/blog/modules/post.html | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 3e7946d4..120a98a9 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -188,7 +188,9 @@ section { .blog-post { .blog-header { - h5 { + h4 { + margin-bottom: 0; + a { color: $dark; } diff --git a/src/templates/blog/modules/post.html b/src/templates/blog/modules/post.html index 62f4e414..339be0c0 100644 --- a/src/templates/blog/modules/post.html +++ b/src/templates/blog/modules/post.html @@ -2,11 +2,11 @@
-
+

{{ post.title }} -

+

{{ _("by") }} -- 2.47.3