Skip to content

Commit

Permalink
Fix news item layout in search result
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 6, 2025
1 parent 94de4e6 commit 9d2062e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/modules/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ article.node--type-blog-post {
}
}

div.node--type-news {
div.node--type-news:not(.node--view-mode-search-result) {
margin-top: 30px;
padding-left: 0;
padding-right: 0;
Expand Down

0 comments on commit 9d2062e

Please sign in to comment.