From a6ec66a22687d78b4f3063a4a223f15fc0c01742 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 6 Mar 2019 10:12:55 +0000 Subject: [PATCH] Update styling to account for headline styling change --- _site/css/article-page.css | 4 ++-- css/article-page.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_site/css/article-page.css b/_site/css/article-page.css index 845851a..b70f2e1 100644 --- a/_site/css/article-page.css +++ b/_site/css/article-page.css @@ -1,8 +1,8 @@ /* make text look nice */ -.mdc-typography--headline2, .mdc-typography--subtitle1 { +.mdc-typography--headline3, .mdc-typography--subtitle1 { text-transform: capitalize; } -.mdc-typography--headline2, .mdc-typography--subtitle1, figure { +.mdc-typography--headline3, .mdc-typography--subtitle1, figure { margin: 5px; } .mdc-typography--caption-text { diff --git a/css/article-page.css b/css/article-page.css index 845851a..b70f2e1 100644 --- a/css/article-page.css +++ b/css/article-page.css @@ -1,8 +1,8 @@ /* make text look nice */ -.mdc-typography--headline2, .mdc-typography--subtitle1 { +.mdc-typography--headline3, .mdc-typography--subtitle1 { text-transform: capitalize; } -.mdc-typography--headline2, .mdc-typography--subtitle1, figure { +.mdc-typography--headline3, .mdc-typography--subtitle1, figure { margin: 5px; } .mdc-typography--caption-text {