Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions website/modules/asset/ui/src/scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
@include truncate-lines(1);
}
&__content {
p {
font-weight: 500;
font-size: 14px;
line-height: 21px;
Expand All @@ -101,8 +100,8 @@
@include breakpoint-medium {
@include truncate-lines(8);
}
}
}

&__url {
text-decoration: none;
font-weight: 700;
Expand Down
4 changes: 1 addition & 3 deletions website/modules/asset/ui/src/scss/_testimonials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@
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;
}
}
}
}
}
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