Add testimonial images
This commit is contained in:
parent
469c15e0a3
commit
76e7b5b222
3 changed files with 18 additions and 3 deletions
File diff suppressed because one or more lines are too long
11
source/assets/sass/components/pages/_testimonials.scss
Normal file
11
source/assets/sass/components/pages/_testimonials.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
.page--testimonials .testimonial {
|
||||
@include clearfix;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.testimonial__image {
|
||||
float: right;
|
||||
margin: 0 0 10px 10px;
|
||||
max-height: 100px;
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue