Give inline centered images the same spacing as paragraphs

This commit is contained in:
benjamin melançon 2019-02-07 11:26:04 -05:00
parent 610b7948b5
commit bf995e76a1

View file

@ -29,3 +29,8 @@
float: left;
margin-right: 10px;
}
/* Give inline centered images the same spacing as paragraphs. */
.align-center {
margin-bottom: 1em;
}