From 2e839715b57d3f534d2cfb7db9d25200b811ffb2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 29 Nov 2023 18:07:21 +0100 Subject: [PATCH] small size screen header cover --- core/layout/common.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/layout/common.css b/core/layout/common.css index b7f3e1fd..3558d151 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1819,4 +1819,7 @@ th.col12 { .bannerDisplay { display: none; } + header { + background-size: cover !important; + } }