Center-align standalone image paragraphs

This commit is contained in:
benjamin melançon 2019-02-21 08:30:53 -05:00
parent b4786e762b
commit a433b97968

View file

@ -103,6 +103,13 @@
}
}
// Center-align standalone image paragraphs.
.flow_middle > img {
display: block;
margin-left: auto;
margin-right: auto;
}
// Adding this so the comment box at the bottom isn't unnaturally small.
// This perhaps should be more precisely targeted, or more generally.