Merge pull request #172 from dchest/patch-2

Fix image resizing to be proportional
This commit is contained in:
Tilo 2013-08-23 09:34:54 -07:00
commit dcc75bd588

View File

@ -17,6 +17,7 @@
.pure-g-r img {
max-width: 100%;
height: auto;
}
@media (min-width: 980px) {