mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
Compare commits
3 commits
a80d65e605
...
1e0860239b
Author | SHA1 | Date | |
---|---|---|---|
|
1e0860239b | ||
|
806f73bf9f | ||
|
e8a44f7b33 |
2 changed files with 15 additions and 0 deletions
|
@ -27,9 +27,12 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content p,
|
#content p,
|
||||||
|
#content img,
|
||||||
|
#content img,
|
||||||
#content ul,
|
#content ul,
|
||||||
#content ol,
|
#content ol,
|
||||||
#content table,
|
#content table,
|
||||||
|
#content iframe,
|
||||||
code,
|
code,
|
||||||
.postdescription,
|
.postdescription,
|
||||||
hr,
|
hr,
|
||||||
|
@ -39,6 +42,14 @@ hr,
|
||||||
margin-left: 24%;
|
margin-left: 24%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content img,
|
||||||
|
#content iframe{
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
max-width: 52%;
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
p code{
|
p code{
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
|
@ -25,6 +25,10 @@ input[type="checkbox"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
.togglelabel::after {
|
.togglelabel::after {
|
||||||
left: calc(100% - 67pt);
|
left: calc(100% - 67pt);
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue