forked from varia/varia.website
set a min height for iframes
This commit is contained in:
parent
c68b7b47f3
commit
b87264129f
@ -385,6 +385,8 @@ header {
|
||||
iframe{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
min-height: 500px;
|
||||
margin:0.5em 0 1em 0;
|
||||
}
|
||||
/*footnotes*/
|
||||
sup span{
|
||||
|
Loading…
Reference in New Issue
Block a user