Browse Source

set a min height for iframes

transformations
mb@mb 6 years ago
parent
commit
b87264129f
  1. 2
      themes/varia/static/css/main.css

2
themes/varia/static/css/main.css

@ -385,6 +385,8 @@ header {
iframe{ iframe{
width: 100%; width: 100%;
height: auto; height: auto;
min-height: 500px;
margin:0.5em 0 1em 0;
} }
/*footnotes*/ /*footnotes*/
sup span{ sup span{

Loading…
Cancel
Save