Skip to content
6 changes: 5 additions & 1 deletion website/modules/asset/ui/src/scss/_testimonials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
}
}
.sf-person-wrapper {
color: $gray-300;
line-height: 150%;
font-size: 14px;
font-weight: 500;
@include breakpoint-medium {
height: 240px;
}
Expand Down Expand Up @@ -138,7 +142,7 @@
&-wrapper {
@include breakpoint-medium {
height: 400px;
.sf-person__content p {
.sf-person__content {
@include truncate-lines(10);
@include font-settings(22px, 150%, 400);
}
Expand Down
Loading