astroport/www/LOVELand/scss/_testimonials.scss

12 lines
196 B
SCSS
Raw Normal View History

2020-04-14 02:26:37 +02:00
.testimonials {
padding-top: 7rem;
padding-bottom: 7rem;
.testimonial-item {
max-width: 18rem;
img {
max-width: 12rem;
box-shadow: 0px 5px 5px 0px $gray-500;
}
}
}