Add testimonial images

This commit is contained in:
Oliver Davies 2015-07-03 01:27:10 +01:00
parent 469c15e0a3
commit 76e7b5b222
3 changed files with 18 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,11 @@
.page--testimonials .testimonial {
@include clearfix;
margin-bottom: 10px;
.testimonial__image {
float: right;
margin: 0 0 10px 10px;
max-height: 100px;
max-width: 100px;
}
}