17 lines
277 B
CSS
17 lines
277 B
CSS
/*Alternate itempage*/
|
|
.itemBackdrop {
|
|
height: 31vh !important;
|
|
display: inherit;
|
|
}
|
|
.detailLogo {
|
|
display: none;
|
|
}
|
|
.layout-desktop .detailRibbon {
|
|
margin-top: 0;
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
}
|
|
.detailImageContainer .card.backdropCard {
|
|
top: 40vh;
|
|
}
|