Skip to content

Commit

Permalink
Refs #140518 - mlt - improve styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 8, 2021
1 parent 3b7d63c commit a9fe97c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,31 @@ div#page-document {

div.filter-list-item.more-like-this {
margin-bottom: 1em;

div.meta {
line-height: normal;
text-align: center;

i.icon {
margin-right: 0.5em;
}
}

a.centered {
img {
width: 100%;
height: 80px;
margin-top: 0.5em;
margin-bottom: 0.5em;
object-fit: cover;
}
}

h4 {
margin-top: 0.5em;
line-height: inherit;
text-align: center;
}
}

div.filter-list-item.more-like-this > .labels > .label {
Expand Down

0 comments on commit a9fe97c

Please sign in to comment.