Specify wider margin for images in unordered lists

This commit is contained in:
hankhill19580
2020-06-07 09:34:44 +00:00
parent cd0dab41f5
commit 657b37d199

View File

@@ -569,6 +569,11 @@ div#content .inner ul.DREAD {
padding-right: 1.3rem;
}
#post li img {
display: inline-block;
margin-right: 50%;
}
#post .section {
overflow: auto;
}