Skip to content

Commit

Permalink
Refs #139198 - More like this card styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 7, 2021
1 parent 2d8b8ee commit 35ad36c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,19 @@ div#page-document {
float: left;

div.col-left {
width: 100px;
width: calc(100% - 100px);
padding-right: 2em;
float: left;
}

div.col-right {
width: 100px;
float: right;

img {
width: 80px;
position: relative;
top: 10px;
width: 100px;
height: auto;
}
}
Expand Down

0 comments on commit 35ad36c

Please sign in to comment.