From 641d12b7b8b553091b3abf55d11c17d28f03c061 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 26 Oct 2015 17:44:44 +0000 Subject: [PATCH] Update testimonial image styles --- sass/components/pages/_testimonials.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sass/components/pages/_testimonials.scss b/sass/components/pages/_testimonials.scss index 1c5af033..6680044b 100644 --- a/sass/components/pages/_testimonials.scss +++ b/sass/components/pages/_testimonials.scss @@ -3,9 +3,10 @@ margin-bottom: 10px; .testimonial__image { + @extend .img-circle; float: right; + height: 90px; margin: 0 0 10px 10px; - max-height: 100px; - max-width: 100px; + width: 90px; } }