Merge pull request #21890 from overleaf/jel-gallery-search

[web] Gallery search results title adjustments on smaller screens

GitOrigin-RevId: d07e042ba16457f806e7214081461e66635c7d51
This commit is contained in:
Jessica Lawshe 2024-11-15 10:31:08 -06:00 committed by Copybot
parent ca0a46b5bb
commit ade1b7f2bc

View file

@ -101,6 +101,17 @@
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
@include media-breakpoint-down(lg) {
@include heading-sm;
}
@include media-breakpoint-down(md) {
@include heading-xs;
line-clamp: 3;
-webkit-line-clamp: 3;
}
} }
} }