Build site
This commit is contained in:
parent
6f8d067847
commit
0c7de8559a
743 changed files with 92961 additions and 0 deletions
19
docs/assets/css/testimonials.css
Normal file
19
docs/assets/css/testimonials.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.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 */
|
Loading…
Add table
Add a link
Reference in a new issue