Skip to content

Commit

Permalink
Merge pull request #172 from dchest/patch-2
Browse files Browse the repository at this point in the history
Fix image resizing to be proportional
  • Loading branch information
tilomitra committed Aug 23, 2013
2 parents bece129 + 77d3601 commit dcc75bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/grids/css/grids-r.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.pure-g-r img {
max-width: 100%;
height: auto;
}

@media (min-width: 980px) {
Expand Down

0 comments on commit dcc75bd

Please sign in to comment.