diff --git a/website/modules/asset/ui/src/scss/_testimonials.scss b/website/modules/asset/ui/src/scss/_testimonials.scss index 2670217f..8df6acc6 100644 --- a/website/modules/asset/ui/src/scss/_testimonials.scss +++ b/website/modules/asset/ui/src/scss/_testimonials.scss @@ -218,6 +218,29 @@ @include breakpoint-medium { margin-top: 52px; } + + &[data-testimonial-count='1'] { + .sf-testimonials { + .sf-person-wrapper { + .sf-person__content { + max-height: 150px; + @media (min-width: 768px) { + max-height: 300px; + } + } + } + } + } + + &:not([data-testimonial-count='1']) { + .sf-testimonials { + .sf-person-wrapper { + .sf-person__content { + max-height: 150px; + } + } + } + } } }