Add max width on example images

This commit is contained in:
kfrn 2017-10-31 23:32:32 +13:00
parent 94049d2338
commit 133f81db8e

View File

@ -138,7 +138,10 @@ img {
} }
.sample-image { .sample-image {
margin: 0 auto;
margin-bottom: 18px; margin-bottom: 18px;
max-width: 500px;
text-align: center;
} }
div { div {