_sass/embed.scss in radios-comunitarias-jekyll-theme-0.3.0rc0 vs _sass/embed.scss in radios-comunitarias-jekyll-theme-0.3.0rc1
- old
+ new
@@ -1,7 +1,15 @@
+////
+/// Recursos externos
+/// @group Recursos externos
+///
+
+/// Los `<iframe>` ocupan todo el ancho del contenedor y tienen un alto
+/// mÃnimo de 480px.
+/// @link jekyll-embed-urls
iframe {
border: 0;
width: 100%;
min-height: 480px;
}