Proper spacing for iframe embeds and responsive videos
This commit is contained in:
parent
38be6803b4
commit
2dcf64a8ce
|
@ -322,6 +322,16 @@ table.plain tbody > tr:nth-child(odd) > th {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe, .fluid-width-video-wrapper {
|
||||||
|
display: block;
|
||||||
|
margin: 1.6em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* When a video is inside the fitvids wrapper, drop the
|
||||||
|
margin on the iframe, cause it breaks stuff. */
|
||||||
|
.fluid-width-video-wrapper iframe {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
|
Loading…
Reference in New Issue