Fix item details banner image alignment

This commit is contained in:
Bill Thornton
2022-11-15 11:38:34 -05:00
parent 4f3ac34739
commit 8a549eb45b

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;