Center images, color shift

This commit is contained in:
Brandon Rozek 2024-01-27 12:09:19 -05:00
parent e27a7a1f76
commit 7b7136151b
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
2 changed files with 9 additions and 7 deletions

View file

@ -269,10 +269,10 @@ main .e-content pre {
}
main .e-content hr {
height: 0.25em;
height: 0.2rem;
padding: 0;
margin: 24px 0;
background-color: #e1e4e8;
background-color: #d2c9c9;
border: 0;
}
@ -434,6 +434,9 @@ main .e-content table td {
}
main .e-content img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
box-sizing: content-box;
background-color: #f6f6f6;