oliverdavies.uk/docs/assets/css/testimonials.css

18 lines
418 B
CSS
Raw Normal View History

2017-07-10 21:28:39 +00:00
.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 */