From 0dbd6ac929f0403becfe854c68d7cdc3eb3dd760 Mon Sep 17 00:00:00 2001 From: Piero Nicolli Date: Thu, 28 Oct 2021 19:01:24 +0200 Subject: [PATCH] fix: remove fixed height for full-width class --- theme/ItaliaTheme/Views/_common.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/ItaliaTheme/Views/_common.scss b/theme/ItaliaTheme/Views/_common.scss index 514a5140f..eb344a993 100644 --- a/theme/ItaliaTheme/Views/_common.scss +++ b/theme/ItaliaTheme/Views/_common.scss @@ -27,7 +27,6 @@ body { left: 50%; width: 100vw !important; max-width: initial !important; - height: 480px; margin-right: -50vw !important; margin-left: -50vw !important; object-fit: cover;