full width video support
This commit is contained in:
parent
624b906393
commit
7f10b47251
17
style.css
17
style.css
@ -1173,6 +1173,23 @@ COMPONENTS
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-embed.is-type-video iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: 231px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 760px) {
|
||||||
|
.wp-block-embed.is-type-video iframe {
|
||||||
|
height: 360px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
.wp-block-embed.is-type-video iframe {
|
||||||
|
height: 562px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.st-article-section-related-articles {
|
.st-article-section-related-articles {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user