article > video block : set responsive height - closes #67
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s

This commit is contained in:
isUnknown 2026-04-22 13:18:41 +02:00
parent 5ca0b1f610
commit a7e2a9b886

View file

@ -1,3 +1,10 @@
.article-body figure iframe { .article-body figure iframe {
width: 100%; width: 100%;
height: 22.5vw;
}
@media screen and (max-width: 700px) {
.article-body figure iframe {
width: 100%;
height: 53vw;
}
} }