From c8c62430917205639718b5614d0425a48520c2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Vetel=C3=A4suo?= Date: Mon, 28 May 2018 10:12:50 +0300 Subject: [PATCH] Make 'hero big' content wider --- css/styles.css | 2 +- sass/components/_hero.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 465a511..c710e1f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4538,7 +4538,7 @@ dl, ol, ul { } .hero-big__content { - max-width: 40em; + max-width: 50em; } .hero-big__title { diff --git a/sass/components/_hero.scss b/sass/components/_hero.scss index b7fa551..30d1c53 100644 --- a/sass/components/_hero.scss +++ b/sass/components/_hero.scss @@ -74,7 +74,7 @@ } .hero-big__content { - max-width: 40em; + max-width: 50em; } .hero-big__title {