DigitalMindCH / twister-jekyll-theme

a free multimedia jekyll theme
http://digitalmind.ch/themes/twister-jekyll-theme/demo/
MIT License
62 stars 65 forks source link

iframe css not responding #7

Open grammaton opened 8 years ago

grammaton commented 8 years ago

it seems that anything you write in

iframe{
}

into sass/partials/_general.scss is completely ignored.

Also trying to use height into

<iframe
 width="100%"
 height="500"
 scrolling="no"
 frameborder="no"
 src="url"></iframe>

not works.

bye G.