article > video block : set responsive height - closes #67
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
This commit is contained in:
parent
5ca0b1f610
commit
a7e2a9b886
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue