sutty-base-jekyll-theme/_sass/embed.scss

14 lines
243 B
SCSS
Raw Permalink Normal View History

////
/// 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
2020-09-15 13:03:58 +00:00
iframe {
border: 0;
width: 100%;
min-height: 480px;
}