Fixed placeholder image size
This commit is contained in:
parent
65d7645374
commit
3f8f3492c8
|
@ -78,20 +78,19 @@
|
|||
}
|
||||
|
||||
.placeholderCover {
|
||||
flex: 1;
|
||||
padding: 1.6rem;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
//flex: 0 50%;
|
||||
//min-width: 50%;
|
||||
order: 2;
|
||||
position: static;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
aspect-ratio: 16/10;
|
||||
min-width: 40rem;
|
||||
object-fit: contain;
|
||||
width: 100%;
|
||||
//width: auto;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
object-position: right;
|
||||
|
|
Loading…
Reference in New Issue
Block a user