Skip to content

Commit

Permalink
Improve results list spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 24, 2021
1 parent 758e905 commit bbe5d4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,18 @@ div#page-document {
}

width: 100%;
padding-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid @s-light-gray;
margin-top: 10px;
margin-top: 5px;
clear: both;

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

a,
img {
width: 220px;
width: 120px;
}

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

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

0 comments on commit bbe5d4b

Please sign in to comment.