Remove semicolons
This commit is contained in:
parent
dead8a3f82
commit
ce97893af2
11 changed files with 77 additions and 77 deletions
|
|
@ -1,14 +1,14 @@
|
|||
.testimonial
|
||||
@include clearfix;
|
||||
margin-bottom: 10px;
|
||||
@include clearfix
|
||||
margin-bottom: 10px
|
||||
|
||||
.testimonial__image
|
||||
@extend .img-circle;
|
||||
@extend .pull-right;
|
||||
height: 75px;
|
||||
margin: 0 0 10px 10px;
|
||||
width: 75px;
|
||||
@extend .img-circle
|
||||
@extend .pull-right
|
||||
height: 75px
|
||||
margin: 0 0 10px 10px
|
||||
width: 75px
|
||||
|
||||
@include breakpoint($screen-sm)
|
||||
height: 90px;
|
||||
width: 90px;
|
||||
height: 90px
|
||||
width: 90px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue