soporte para jekyll-embed-urls
This commit is contained in:
parent
08d29e1817
commit
147af78352
2 changed files with 6 additions and 0 deletions
5
_sass/embed.scss
Normal file
5
_sass/embed.scss
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
iframe {
|
||||||
|
border: 0;
|
||||||
|
width: 100%;
|
||||||
|
min-height: 480px;
|
||||||
|
}
|
|
@ -15,3 +15,4 @@
|
||||||
@import "helpers";
|
@import "helpers";
|
||||||
@import "toggler";
|
@import "toggler";
|
||||||
@import "share_box";
|
@import "share_box";
|
||||||
|
@import "embed";
|
||||||
|
|
Loading…
Reference in a new issue