From bd98903006ed1326d4c6823a47f8de479049fdf9 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 25 Oct 2018 18:35:37 +0200 Subject: [PATCH] scss/typography: use better margins/paddings in the metadata area --- scss/_typography.scss | 14 +++++++++++++- single.php | 2 +- style.css | 10 +++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/scss/_typography.scss b/scss/_typography.scss index eeac003..d983e62 100644 --- a/scss/_typography.scss +++ b/scss/_typography.scss @@ -96,10 +96,22 @@ ol { } } .article-excerpt { - padding: 0 0.5em 0 0.5em; + padding: 0.5em 0.5em 0.5em 0.5em; font-style: italic; font-size: calc(3.5mm + 0.4vw); } + .article-author { + margin:0; + padding:0; + .card-meta { + margin:0; + } + } + + .bypass-flex-fontsize { + font-size: 4mm; + line-height: 1.5em; + } } /* 2.3 - Titles */ diff --git a/single.php b/single.php index 49d22ac..3c1ff28 100644 --- a/single.php +++ b/single.php @@ -7,7 +7,7 @@