Add iframe to the list of max width elements to prevent youtube videos and others from being too large
This commit is contained in:
parent
dabb78cde4
commit
ae06544dd5
|
@ -120,7 +120,7 @@ code, pre {
|
|||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
img, figure, video {
|
||||
img, figure, video, iframe {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in New Issue