Created
September 21, 2015 18:30
-
-
Save DustinHartzler/2d00c0966a3c7a1f9ab1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.home-section.testimonials .widget_woothemes_testimonials .quote .avatar { | |
margin: 0 2.618em 2.618em 0; | |
float: left; | |
} | |
.home-section.testimonials .widget_woothemes_testimonials .quote:nth-of-type(n+2) { | |
margin-bottom: 0; | |
padding-bottom: 0; } | |
.home-section.testimonials .widget_woothemes_testimonials .quote:nth-of-type(n+2) .avatar { | |
float: right; | |
margin: 0 0 2.618em 2.618em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment