Center single images on page

When including an individual image or figure, center it on page.
This commit is contained in:
Michael Romero 2017-05-09 20:22:55 -07:00
commit bd5b709881

View file

@ -81,6 +81,8 @@ img::-moz-selection {
}
img {
display: block;
margin: auto;
max-width: 100%;
}