diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue index 515b2d0..895fca3 100644 --- a/src/components/SearchResults.vue +++ b/src/components/SearchResults.vue @@ -222,7 +222,7 @@ const toggleExpand = () => { } .search-results { - max-height: 80vh; + max-height: 50vh; } .result-card {