From f8408cbcc3e6c3157890eee25b9956416a196e16 Mon Sep 17 00:00:00 2001 From: Hippo Date: Thu, 19 Sep 2019 18:35:56 +0530 Subject: [PATCH] Add style for article subtitle --- src/styles/app.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/styles/app.css b/src/styles/app.css index e2e785b..84bc47c 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -577,12 +577,11 @@ h6 { } .content-title { - margin: 0 0 0.8em; + margin: 0; font-size: 5rem; } @media (max-width: 500px) { .content-title { - margin: 0.8em 0; font-size: 3.4rem; } .content { @@ -595,6 +594,13 @@ h6 { font-size: 3.2rem; font-weight: 700; } + +.content-body h2:first-child { /* subtitle */ + margin-top: 0; + font-weight: unset; + color: #A9A9A9; +} + @media (max-width: 500px) { .content-body h2 { font-size: 2.6rem;