mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-23 03:57:38 +00:00
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
Block a user