From 7716ef1d141babc87288e434a44e00fc376370d4 Mon Sep 17 00:00:00 2001 From: Ute Mayer-Dohmen Date: Mon, 21 Aug 2023 14:58:23 +0200 Subject: [PATCH] Tweak the otterbox a bit --- lib/components/offer-box/_offer-box.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;