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 img,
#content img,
#content ul,
#content ol,
#content table,
@ -41,7 +42,10 @@ hr,
}
#content img {
max-width: 52%;
display: block;
overflow: hidden;
width: 52%;
height: auto;
}
p code{

View File

@ -25,6 +25,10 @@ input[type="checkbox"] {
display: flex;
}
img {
border-style: solid;
}
.togglelabel::after {
left: calc(100% - 67pt);
content: "";