From 72a357adf46275ffc9fda6e0725b4be2e454d0d7 Mon Sep 17 00:00:00 2001 From: sovanna Date: Wed, 31 Jul 2019 10:13:55 +0200 Subject: [PATCH] refactor(css): Tries bigger baground hero --- sass/css/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/css/_layout.scss b/sass/css/_layout.scss index 9bb3489..d56e6d7 100644 --- a/sass/css/_layout.scss +++ b/sass/css/_layout.scss @@ -57,7 +57,7 @@ p ~ h5 { @media (min-width: 992px) { .hero { // height: 692px; - height: calc(100vh - 300px); + height: calc(100vh - 200px); background: url("../images/hero@2x.png") repeat-x top center; -webkit-background-size: contain; -moz-background-size: contain;