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 ul,
|
||||||
#content ol,
|
#content ol,
|
||||||
#content table,
|
#content table,
|
||||||
|
#content iframe,
|
||||||
code,
|
code,
|
||||||
.postdescription,
|
.postdescription,
|
||||||
hr,
|
hr,
|
||||||
|
@ -41,11 +42,12 @@ hr,
|
||||||
margin-left: 24%;
|
margin-left: 24%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content img {
|
#content img,
|
||||||
|
#content iframe{
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 52%;
|
max-width: 52%;
|
||||||
height: auto;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
p code{
|
p code{
|
||||||
|
|
Loading…
Reference in a new issue