don't enforce min-width on videos
This commit is contained in:
parent
5a00f7b825
commit
1cc897a7a3
|
@ -135,13 +135,13 @@
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 25vh;
|
max-height: 25vh;
|
||||||
min-width: 50%;
|
|
||||||
aspect-ratio: var(--aspect-ratio);
|
aspect-ratio: var(--aspect-ratio);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text img {
|
.text img {
|
||||||
cursor: zoom-in;
|
cursor: zoom-in;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
min-width: 50%;
|
||||||
object-position: left top;
|
object-position: left top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue