mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 10:12:57 +00:00
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:
parent
ca0a46b5bb
commit
ade1b7f2bc
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue