twister-jekyll-theme
twister-jekyll-theme copied to clipboard
iframe css not responding
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.