Merge pull request #16477 from overleaf/mf-fix-home-testimonial-media-text

Website-redesign: Remove hyphens from `testimonial-media` blockquote
GitOrigin-RevId: 5e132a15226899634f45794853324784c4f4cfe4
This commit is contained in:
M Fahru 2024-01-11 10:49:23 -07:00 committed by Copybot
parent ff965e11fe
commit 74421b3785

View file

@ -399,7 +399,7 @@
border-top-left-radius: 24px;
border-top-right-radius: 0;
border-bottom-left-radius: 24px;
padding: 96px 56px;
padding: 64px 56px;
@media (max-width: @screen-sm-max) {
border-top-left-radius: 24px;
@ -410,7 +410,6 @@
}
blockquote {
hyphens: auto;
flex-grow: 1;
}