diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/gallery-search.scss b/services/web/frontend/stylesheets/bootstrap-5/components/gallery-search.scss index 9cadbf2b4b..dca3b725e4 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/gallery-search.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/gallery-search.scss @@ -101,6 +101,17 @@ &:hover { 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; + } } }