diff --git a/src/components/partials/SearchResults/MetadataSearchResult.module.scss b/src/components/partials/SearchResults/MetadataSearchResult.module.scss index a49fe6b..4fb4b15 100644 --- a/src/components/partials/SearchResults/MetadataSearchResult.module.scss +++ b/src/components/partials/SearchResults/MetadataSearchResult.module.scss @@ -171,8 +171,8 @@ :local(.listItemTitle) { display: block; font-size: 16px; - margin-bottom: 5px; - min-height: 3.2em; + margin-bottom: 10px; + @include breakpoint(tablet) { font-size: 19px; @@ -181,9 +181,6 @@ } - :local(.listItemInfo) { - min-height: 2.4em; - } :local(.flex) { margin-top: 0;