Skip to content

Commit

Permalink
Refs #139198 - Smaller thumb image.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 8, 2021
1 parent c9d7ee9 commit 048fa72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -410,13 +410,13 @@ div#page-document {
clear: both;

div.col-right {
max-width: 240px;
max-width: 180px;
float: right;
text-align: center;

a,
img {
width: 240px;
width: 180px;
}

img {
Expand All @@ -436,7 +436,7 @@ div#page-document {
}

div.col-left {
width: calc(100% - 240px);
width: calc(100% - 180px);
padding-top: 10px;
padding-left: 10px;
float: left;
Expand Down

0 comments on commit 048fa72

Please sign in to comment.