Merge pull request #75 from northbaypython/josh/design

max width on sponsor images
This commit is contained in:
Christopher Neugebauer 2017-08-20 21:15:48 -07:00 committed by GitHub
commit 636fcc449d

View file

@ -282,6 +282,7 @@ $homepage-block-min-height: 480px;
.sponsor-list a img {
width: 100%;
max-width: 300px;
}
.sponsor-list {