fix: max-height images
This commit is contained in:
parent
d954b90bfd
commit
09cdd501c3
@ -32,14 +32,9 @@
|
|||||||
.text video,
|
.text video,
|
||||||
.text iframe,
|
.text iframe,
|
||||||
.text audio {
|
.text audio {
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
max-height: 800px;
|
||||||
|
|
||||||
.text iframe,
|
|
||||||
.text video {
|
|
||||||
width: -webkit-fill-available;
|
|
||||||
aspect-ratio: 16 / 9;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery {
|
.gallery {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user