Skip to content
20 changes: 8 additions & 12 deletions website/modules/asset/ui/src/scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,16 @@
text-decoration: none;
@include truncate-lines(2);
}
&__wrapper{
&__wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 4px;
@include breakpoint-medium {
margin-bottom: 8px;
}

}
&__container{
&__container {
display: flex;
flex-direction: column;
justify-content: center;
Expand Down Expand Up @@ -92,16 +91,13 @@
@include truncate-lines(1);
}
&__content {
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: $gray-300;
margin: 0;
@include breakpoint-medium {
@include truncate-lines(8);
}
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: $gray-300;
margin: 0;
}
Comment thread
VitalyyP marked this conversation as resolved.

&__url {
text-decoration: none;
font-weight: 700;
Expand Down
5 changes: 3 additions & 2 deletions website/modules/asset/ui/src/scss/_testimonials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@
}
.sf-person__content {
color: $gray-300;
@include truncate-lines(7);
overflow: auto;
height: 150px;
Comment thread
VitalyyP marked this conversation as resolved.
Outdated

@include font-settings(14px, 150%, 400);
}
}
Expand Down Expand Up @@ -134,7 +136,6 @@
@include breakpoint-medium {
height: 400px;
.sf-person__content {
@include truncate-lines(10);
@include font-settings(22px, 150%, 400);
}
}
Expand Down
Loading