Skip to content

Commit

Permalink
Tweak the otterbox a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Aug 21, 2023
1 parent 8208bd6 commit 7716ef1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/components/offer-box/_offer-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
gap: $spacer-md;
}

position: relative;

display: grid;
grid-template-areas:
"image"
Expand All @@ -37,6 +35,10 @@
}

.offer-box__image {
@include for-desktop-up {
justify-self: left;
}

grid-area: image;
justify-self: center;
max-width: 8rem;
Expand Down

0 comments on commit 7716ef1

Please sign in to comment.