fix header display on mobile

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-11 11:53:43 +02:00
parent 3481d719f5
commit 49c0a92110

View file

@ -23,6 +23,9 @@ strong {
background: url("#{$app-css-relative-asset-path}/layout/header_bg.jpg") 50% 50% no-repeat;
background-size: cover;
min-height: 200px;
width: 100%;
max-width: 100%;
overflow: hidden;
}
.header-main {
@ -206,7 +209,6 @@ strong {
background-color: rgba(255, 255, 255, 0.65);
background-color: #f2effb;
font-weight: 400;
padding: 5px 0;
.navigation-flyout {
background: #f2effb;