diff --git a/frontend/theme/extras/header.less b/frontend/theme/extras/header.less index 035a1a4..8af97ae 100644 --- a/frontend/theme/extras/header.less +++ b/frontend/theme/extras/header.less @@ -774,11 +774,15 @@ body:not(.has-hero-image).has-hero-section { h1.documentFirstHeading { margin-top: 20px; + padding-bottom: 15px; } .content-description { - font-size: 22px; + font-size: 28px; line-height: 1.636; + @media (max-width: 992px) { + font-size: 22px; + } } } }