This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/sass/partials/_testimonials.scss

18 lines
306 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 20:48:11 +00:00
height: 75px;
2015-07-03 00:27:10 +00:00
margin: 0 0 10px 10px;
2015-10-26 20:48:11 +00:00
width: 75px;
@include breakpoint($screen-sm) {
height: 90px;
width: 90px;
}
2015-07-03 00:27:10 +00:00
}
}