diff --git a/gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss b/gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss index 23acb27..780250c 100644 --- a/gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss +++ b/gfi-ihk-2024/stories/sections/marketingheader/marketingheader.scss @@ -37,6 +37,10 @@ section.marketingheader{ .sc.container{ position: absolute; top: 0; + left: 0; + right: 0; + width: 100%; + max-width: 100%; @media (max-width:767px){ position: relative; .close-search{ @@ -55,7 +59,7 @@ section.marketingheader{ left:auto; cursor: pointer; transition: 0.3s ease; - border: 2px solid var(--theme-color-primary-dimmed-04); + border: 1px solid var(--theme-color-primary-dimmed-04); border-radius: 10px; height:34px; width:34px;