diff --git a/src/components/Article/Article.module.scss b/src/components/Article/Article.module.scss index 1f863c1d..d812534a 100644 --- a/src/components/Article/Article.module.scss +++ b/src/components/Article/Article.module.scss @@ -16,11 +16,7 @@ img { } .shoutHeader { - margin-bottom: 2em; - - @include media-breakpoint-up(md) { - margin: 0 0 2em; - } + margin-bottom: 1.5em; } .articleContent { @@ -114,6 +110,10 @@ img { } } + ta-sub { + font-size: inherit; + } + *[data-bg='black'] { background: #000; color: #fff; diff --git a/src/styles/app.scss b/src/styles/app.scss index 9e37ed3c..12b1f0eb 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -600,6 +600,7 @@ figure { @include font-size(1.2rem); line-height: 1.5; + margin-top: 0.5em; } }