Fixed placeholder image size

This commit is contained in:
kvakazyambra 2024-05-25 19:57:14 +03:00
parent 65d7645374
commit 3f8f3492c8

View File

@ -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;