From 7ac9ae0a65344772d894698e3276f964f5c1d5e5 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 6 Mar 2019 08:23:48 +0000 Subject: [PATCH] Adjust carousel margin Move carousel closer to 'other articles by this author' heading --- _site/css/article-page.css | 3 +++ css/article-page.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/_site/css/article-page.css b/_site/css/article-page.css index ae0f8c2..845851a 100644 --- a/_site/css/article-page.css +++ b/_site/css/article-page.css @@ -8,6 +8,9 @@ .mdc-typography--caption-text { font-style: italic; } +.mdc-typography--headline5 { + margin-bottom: 5px; +} /* adjust video dimensions depending on screen size */ diff --git a/css/article-page.css b/css/article-page.css index ae0f8c2..845851a 100644 --- a/css/article-page.css +++ b/css/article-page.css @@ -8,6 +8,9 @@ .mdc-typography--caption-text { font-style: italic; } +.mdc-typography--headline5 { + margin-bottom: 5px; +} /* adjust video dimensions depending on screen size */