20 lines
460 B
CSS
20 lines
460 B
CSS
.testimonial {
|
|
margin-bottom: 10px; }
|
|
.testimonial:before, .testimonial:after {
|
|
content: " ";
|
|
display: table; }
|
|
.testimonial:after {
|
|
clear: both; }
|
|
.testimonial__role {
|
|
color: #777; }
|
|
.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 */
|