Merge pull request #4172 from thornbill/fix-items-banner-alignment

Fix item details banner image alignment
This commit is contained in:
Bill Thornton
2022-11-16 22:56:16 -05:00
committed by GitHub

View File

@@ -439,7 +439,7 @@
.itemBackdrop {
background-size: cover;
background-repeat: no-repeat;
background-position: center 0;
background-position: center center;
background-attachment: fixed;
height: 40vh;
position: relative;
@@ -447,6 +447,7 @@
.layout-mobile & {
background-attachment: initial;
background-position: top center;
margin-top: 3rem;
@media all and (orientation: portrait) and (max-width: 40em) {