Skip to content
14 changes: 6 additions & 8 deletions website/modules/asset/ui/src/scss/_testimonials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,11 @@
height: 240px;
}
.sf-person__content {
p {
@include truncate-lines(7);
@include breakpoint-medium {
@include truncate-lines(8);
@include font-settings(14px, 150%, 400);
color: $gray-500;
}
@include truncate-lines(7);
@include breakpoint-medium {
@include truncate-lines(8);
@include font-settings(14px, 150%, 400);
color: $gray-300;
}
}
}
Expand Down Expand Up @@ -138,7 +136,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