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/docs/assets/css/testimonials.css

20 lines
460 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__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 */