From 34ed731535b1b414b849f3c316b1d5ff675e0fb8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 22 May 2023 16:17:39 +0200 Subject: [PATCH] style: spacing and typography --- assets/main.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index 4fba5bf..7a819b4 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -304,6 +304,8 @@ table.image caption { .blog-post { &__header { + margin-bottom: 1em; + &__category { span { a:hover { @@ -344,8 +346,8 @@ table.image caption { &__meta { font-size: 14px; - color: #828282; margin: 10px 0 10px; + font-style: italic; &__author { font-weight: bold; @@ -379,7 +381,7 @@ table.image caption { margin-top: -8px; } p { - margin-top: 18px; + margin-top: 1em; a { text-decoration: underline; } @@ -438,7 +440,8 @@ table.image caption { padding-bottom: 40px; &__header { - margin-bottom: 15px; + margin-bottom: 1em; + &__title { margin: 10px 0; font-family: "Source Serif Pro", serif;