app/assets/stylesheets/kinney/people.css.scss in kinney-0.0.3 vs app/assets/stylesheets/kinney/people.css.scss in kinney-0.1.0

- old
+ new

@@ -4,11 +4,11 @@ #person_clips #person_clips_image img {width: 100%} .thumbnail.person_read_more { .image { - float:left; + float:left; margin-right: 10px; } .text { overflow:hidden; .bio {color:black;} @@ -16,14 +16,20 @@ font-size: 1.2em; color: grey; font-weight: bold; margin-bottom: 10px; } - } + } } #kinney_clips_show { - .thumbnail.person_read_more {margin-bottom: 20px} + .thumbnail.person_read_more { + margin-bottom: 20px; + img { + width: 100%; + height: auto; + } + } } #profile_info { section { margin-bottom: 30px;