Skip to content

Commit

Permalink
Refs #140518 - Do not display thumb image on small screen in horizont…
Browse files Browse the repository at this point in the history
…al card.
  • Loading branch information
GhitaB committed Dec 21, 2021
1 parent 275c652 commit d650f93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,12 @@ div#page-document {
padding-left: 0px !important;
}

div.col-right {
a.img-thumbnail {
display: none;
}
}

div.col-left {
img {
max-height: 100px;
Expand Down

0 comments on commit d650f93

Please sign in to comment.