From 10691b6bf0b1946ac06b88e5b1b7502c08750d76 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 7 Mar 2023 13:58:32 +0800 Subject: [PATCH] shrink front page top banner --- 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 bcc3d3c..90482d3 100644 --- a/sass/css/_layout.scss +++ b/sass/css/_layout.scss @@ -134,7 +134,7 @@ img.kf25 { @media (min-width: 992px) { .hero { // height: 692px; - height: calc(100vh - 200px); + height: calc(65vh - 200px); background: url("../images/hero@2x.png") repeat-x top center; -webkit-background-size: contain; -moz-background-size: contain;