Restrict iframe width to be at most 100%
This commit is contained in:
parent
25466a8aef
commit
7a8d23958b
|
@ -122,7 +122,7 @@ code, pre {
|
||||||
pre {
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
img, figure, video {
|
img, figure, video, iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Reference in New Issue