oliverdavies.uk/docs/assets/css/testimonials.css
2017-07-11 18:57:51 +01:00

18 lines
418 B
CSS

.testimonial {
margin-bottom: 10px; }
.testimonial:before, .testimonial:after {
content: " ";
display: table; }
.testimonial:after {
clear: both; }
.testimonial__image {
height: 75px;
margin: 0 0 10px 10px;
width: 75px; }
@media screen and (max-width: 767px) {
.testimonial__image {
height: 90px;
width: 90px; } }
/*# sourceMappingURL=testimonials.css.map */