Skip to content

Commit

Permalink
Refs #139198 - Horizontal card - change columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 6, 2021
1 parent 0f594f3 commit d6cb33b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ div#page-document {
margin-top: 5px;
clear: both;

div.col-left {
div.col-right {
max-width: 120px;
float: left;
float: right;

a,
img {
Expand All @@ -371,11 +371,11 @@ div#page-document {
}
}

div.col-right {
div.col-left {
width: calc(100% - 120px);
padding-top: 10px;
padding-left: 10px;
float: right;
float: left;

h4,
p {
Expand Down

0 comments on commit d6cb33b

Please sign in to comment.