Merge pull request #273 from kfrn/gh-pages

Add max width on example images
This commit is contained in:
Ashley
2017-10-31 10:45:37 -04:00
committed by GitHub

View File

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