From d47bbb6f4a431dc8d4ae8ec4cdf71a4ed02d5db3 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sat, 17 Nov 2018 21:48:55 +0200 Subject: [PATCH] Fix HeroMain text weight --- src/components/HeroMainSection/HeroMainSection.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/HeroMainSection/HeroMainSection.scss b/src/components/HeroMainSection/HeroMainSection.scss index d03b3d1..acc29b6 100644 --- a/src/components/HeroMainSection/HeroMainSection.scss +++ b/src/components/HeroMainSection/HeroMainSection.scss @@ -20,6 +20,5 @@ p { font-size: 16px; max-width: 400px; - font-weight: 100; } }