Merge pull request #4668 from gotens1211/youtube_link_markdown

FIX: Embedded Youtube videos lacking margin at bottom
This commit is contained in:
Régis Hanol 2017-01-24 18:53:33 +01:00 committed by GitHub
commit e7564dc1d7

View File

@ -13,6 +13,7 @@
padding: 0 0 56.25% 0;
overflow: hidden;
background-color: #000000;
margin-bottom: 12px;
}
.lazyYT-container iframe {