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 @@