Set max-width: 100% to img in README.

This commit is contained in:
Eitaro Fukamachi 2015-07-22 17:47:15 +09:00
parent 1bc17523ac
commit 460caed8d7

View file

@ -226,6 +226,9 @@ ul {
.readme-body pre code {
background-color: transparent;
}
.readme-body img {
max-width: 100%;
}
.dependencies,
.depending {
position: relative;