Center images in articles

This commit is contained in:
Nick Pegg 2018-01-21 17:11:39 -08:00
parent 2ff20058ad
commit 5448934b61

View file

@ -8,6 +8,12 @@ article section {
font-family: 'Roboto', sans-serif;
}
article section img {
display: block;
margin-left: auto;
margin-right: auto;
}
pre code {
font-family: 'Source Code Pro', monospace;
font-size: 80%;