diff --git a/lib/components/offer-box/_offer-box.scss b/lib/components/offer-box/_offer-box.scss index 785e1e7..d309d70 100644 --- a/lib/components/offer-box/_offer-box.scss +++ b/lib/components/offer-box/_offer-box.scss @@ -13,8 +13,6 @@ gap: $spacer-md; } - position: relative; - display: grid; grid-template-areas: "image" @@ -37,6 +35,10 @@ } .offer-box__image { + @include for-desktop-up { + justify-self: left; + } + grid-area: image; justify-self: center; max-width: 8rem;