fix alt text

This commit is contained in:
zoe 2022-04-29 14:44:36 +02:00
parent e8a44f7b33
commit 806f73bf9f
2 changed files with 9 additions and 1 deletions

View File

@ -28,6 +28,7 @@ footer {
#content p, #content p,
#content img, #content img,
#content img,
#content ul, #content ul,
#content ol, #content ol,
#content table, #content table,
@ -41,7 +42,10 @@ hr,
} }
#content img { #content img {
max-width: 52%; display: block;
overflow: hidden;
width: 52%;
height: auto;
} }
p code{ p code{

View File

@ -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: "";