oliverdavies.uk/sass/components/pages/_testimonials.scss

13 lines
222 B
SCSS
Raw Normal View History

2015-07-03 00:27:10 +00:00
.page--testimonials .testimonial {
@include clearfix;
margin-bottom: 10px;
.testimonial__image {
2015-10-26 17:44:44 +00:00
@extend .img-circle;
2015-10-26 19:30:22 +00:00
@extend .pull-right;
2015-10-26 17:44:44 +00:00
height: 90px;
2015-07-03 00:27:10 +00:00
margin: 0 0 10px 10px;
2015-10-26 17:44:44 +00:00
width: 90px;
2015-07-03 00:27:10 +00:00
}
}