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
commit 6b324152ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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