Smaller testimonial images on mobile

This commit is contained in:
Oliver Davies 2015-10-26 20:48:11 +00:00
parent 752c3a221b
commit d3d049320c
2 changed files with 8 additions and 3 deletions

View file

@ -5,8 +5,13 @@
.testimonial__image { .testimonial__image {
@extend .img-circle; @extend .img-circle;
@extend .pull-right; @extend .pull-right;
height: 90px; height: 75px;
margin: 0 0 10px 10px; margin: 0 0 10px 10px;
width: 75px;
@include breakpoint($screen-sm) {
height: 90px;
width: 90px; width: 90px;
} }
} }
}

File diff suppressed because one or more lines are too long