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;