Skip to content

Commit

Permalink
Refs #139198 - More like this: add image thumb in card.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 4, 2021
1 parent c2c35a4 commit 96b3c89
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@ div#page-document {
margin-bottom: 0px;
}

div.mlt-card {
div.col-left {
width: 100px;
float: left;

img {
width: 80px;
height: auto;
}
}
}

div.sui-search-box {
padding-top: 10px;

Expand Down

0 comments on commit 96b3c89

Please sign in to comment.