diff --git a/gembloux/src/scss/home/quick.scss b/gembloux/src/scss/home/quick.scss index ca7be47b..93fd7164 100644 --- a/gembloux/src/scss/home/quick.scss +++ b/gembloux/src/scss/home/quick.scss @@ -1,5 +1,5 @@ #main-container .quick-access { - margin: -190px 0 2rem; + margin: -120px 0 2rem; padding: 0; @include media-breakpoint-down(lg) { @@ -34,42 +34,6 @@ } } } - - &:nth-child(1) { - .table_image .image.d-block { - background: $primary-svg; - } - } - - &:nth-child(2) { - .table_image .image.d-block { - background: $primary-svg; - } - } - - &:nth-child(3) { - .table_image .image.d-block { - background: $primary-svg; - } - } - - &:nth-child(4) { - .table_image .image.d-block { - background: $primary-svg; - } - } - - &:nth-child(5) { - .table_image .image.d-block { - background: $primary-svg; - } - } - - &:nth-child(6) { - .table_image .image.d-block { - background: $primary-svg; - } - } } } diff --git a/gembloux/src/scss/main.scss b/gembloux/src/scss/main.scss index fe08d285..9ba1ad96 100644 --- a/gembloux/src/scss/main.scss +++ b/gembloux/src/scss/main.scss @@ -116,23 +116,23 @@ h1 { bottom: 0 !important; max-width: 100%; width: 100%; +} - &::after { - content: ""; - transition: all 0.2s ease; - position: absolute; - height: 110px; - background: url("../../assets/svg/after-banner.svg") center top no-repeat; - background-size: cover; - z-index: 0; - left: 50%; - transform: translateX(-50%); - bottom: 0; - width: 100vw; - - @media screen and (max-width: 992px) { - display: none !important; - } +.smartweb_herobanner::after { + content: ""; + transition: all 0.2s ease; + position: absolute; + height: 110px; + background: url("../../assets/svg/after-banner.svg") center top no-repeat; + background-size: cover; + z-index: 1; + left: 50%; + transform: translateX(-50%); + bottom: -5px; + width: 100vw; + + @media screen and (max-width: 992px) { + display: none !important; } }