From 509346decb6d2f94aa647690d09e3ba2fedf99d7 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 5 May 2017 01:45:13 +0300 Subject: [PATCH] fix height --- src/components/HeroSection/HeroSection.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HeroSection/HeroSection.css b/src/components/HeroSection/HeroSection.css index 35f9eff0..539e2626 100644 --- a/src/components/HeroSection/HeroSection.css +++ b/src/components/HeroSection/HeroSection.css @@ -1,6 +1,6 @@ .section { width: 100%; - min-height: calc(100vh - 80px); + min-height: calc(100vh - 50px); background-image: url("data:image/svg+xml;utf8,"); background-size: 100% 100%; background-position: center;