iframe support

This commit is contained in:
zoe 2022-04-29 15:03:37 +02:00
parent 806f73bf9f
commit 1e0860239b
1 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,7 @@ footer {
#content ul,
#content ol,
#content table,
#content iframe,
code,
.postdescription,
hr,
@ -41,11 +42,12 @@ hr,
margin-left: 24%;
}
#content img {
#content img,
#content iframe{
display: block;
overflow: hidden;
width: 52%;
height: auto;
max-width: 52%;
max-height: 100%;
}
p code{