Skip to content

Commit

Permalink
Refs #140559 - Image thumb object fit cover.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 19, 2021
1 parent 9cc656e commit 505a088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,8 @@ div#page-document {
a,
img {
width: 180px;
height: 100px;
object-fit: cover;
}

img {
Expand All @@ -577,7 +579,9 @@ div#page-document {
div.col-left {
width: calc(100% - 180px);
padding-top: 0px;
padding-right: 20px;
padding-left: 0px;
margin-top: 0px;
float: left;

h3 {
Expand Down

0 comments on commit 505a088

Please sign in to comment.