Smaller testimonial images on mobile
This commit is contained in:
parent
752c3a221b
commit
d3d049320c
|
@ -5,8 +5,13 @@
|
|||
.testimonial__image {
|
||||
@extend .img-circle;
|
||||
@extend .pull-right;
|
||||
height: 90px;
|
||||
height: 75px;
|
||||
margin: 0 0 10px 10px;
|
||||
width: 75px;
|
||||
|
||||
@include breakpoint($screen-sm) {
|
||||
height: 90px;
|
||||
width: 90px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Reference in a new issue