18 lines
279 B
CSS
18 lines
279 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;
|
|
}
|
|
.layout-desktop .detailImageContainer .card {
|
|
top: 18vh;
|
|
}
|