soporte para jekyll-embed-urls

This commit is contained in:
f 2020-09-15 10:03:58 -03:00
parent 08d29e1817
commit 147af78352
2 changed files with 6 additions and 0 deletions

5
_sass/embed.scss Normal file
View file

@ -0,0 +1,5 @@
iframe {
border: 0;
width: 100%;
min-height: 480px;
}

View file

@ -15,3 +15,4 @@
@import "helpers";
@import "toggler";
@import "share_box";
@import "embed";