fix: max-height images

This commit is contained in:
Kieran 2023-10-18 13:22:33 +01:00
parent d954b90bfd
commit 09cdd501c3
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -32,14 +32,9 @@
.text video,
.text iframe,
.text audio {
width: 100%;
max-width: 100%;
display: block;
}
.text iframe,
.text video {
width: -webkit-fill-available;
aspect-ratio: 16 / 9;
max-height: 800px;
}
.gallery {