diff --git a/src/Resources/app/storefront/src/scss/base.scss b/src/Resources/app/storefront/src/scss/base.scss index 3c2a061..28eeb81 100644 --- a/src/Resources/app/storefront/src/scss/base.scss +++ b/src/Resources/app/storefront/src/scss/base.scss @@ -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;