From 386aa9a423f1ab1566fc2f09cb35ee7d510d9403 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 31 May 2020 13:30:19 +0200 Subject: More styling of post header on index page. --- sass/styles.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'sass') diff --git a/sass/styles.scss b/sass/styles.scss index 4dbe180..78a76c7 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -37,3 +37,22 @@ img { font-size: small; } } + +.post-title { + margin-top: 0; +} + +.post-meta { + display: flex; + justify-content: space-between; + font-size: x-small; + .post-tags { + display: flex; + list-style: none; + * + * { + &::before { + content: ", " + } + } + } +} -- cgit v1.2.3