mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
iframe support
This commit is contained in:
parent
806f73bf9f
commit
1e0860239b
1 changed files with 5 additions and 3 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue