fix images not showing up correctly

This commit is contained in:
zoe 2022-04-29 14:31:32 +02:00
parent a80d65e605
commit e8a44f7b33
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@ footer {
}
#content p,
#content img,
#content ul,
#content ol,
#content table,
@ -39,6 +40,10 @@ hr,
margin-left: 24%;
}
#content img {
max-width: 52%;
}
p code{
margin-left:0;
margin-right: 0;