From 28c3c6552ae66396face82f8c0dcea78665b6c4e Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Mon, 3 Apr 2017 17:00:09 +0200 Subject: [PATCH] Adjust main headline of radar --- styles/components/headline-group.css | 5 ++++- styles/components/hero-headline.css | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/styles/components/headline-group.css b/styles/components/headline-group.css index 584ea3d..41c422a 100644 --- a/styles/components/headline-group.css +++ b/styles/components/headline-group.css @@ -1,3 +1,6 @@ .headline-group { - margin-bottom: 60px; + margin: 0 0 60px; + @media (--until-sm) { + margin: 30px 0; + } } diff --git a/styles/components/hero-headline.css b/styles/components/hero-headline.css index 1488053..1c2007c 100644 --- a/styles/components/hero-headline.css +++ b/styles/components/hero-headline.css @@ -13,4 +13,11 @@ &--inverse { color: var(--color-gray-light); } + + @media (--until-sm) { + font-size: 26px; + &__alt { + display: block; + } + } }