mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
ff965e11fe
commit
74421b3785
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue