article > video block : full width
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
0c74d82089
commit
5ca0b1f610
2 changed files with 4 additions and 0 deletions
3
src/styles/blocks/video.css
Normal file
3
src/styles/blocks/video.css
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.article-body figure iframe {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
@ -17,5 +17,6 @@
|
||||||
@import "./blocks/list.css";
|
@import "./blocks/list.css";
|
||||||
@import "./blocks/quote.css";
|
@import "./blocks/quote.css";
|
||||||
@import "./blocks/image.css";
|
@import "./blocks/image.css";
|
||||||
|
@import "./blocks/video.css";
|
||||||
@import "./blocks/game.css";
|
@import "./blocks/game.css";
|
||||||
@import "./blocks/white-paper.css";
|
@import "./blocks/white-paper.css";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue