Skip to content

Commit

Permalink
Better spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 21, 2021
1 parent 14ff0d4 commit a93bfc4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ div#page-document {

div.search-result {
width: 100%;
padding-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid @s-light-gray;
margin-top: 10px;
clear: both;
Expand All @@ -118,13 +118,17 @@ div#page-document {

h4,
p {
margin-bottom: 10px;
margin: 0px 0px 10px 0px;
}

p {
color: rgba(0, 0, 0, 0.4);
font-size: 12.8px;
}

button {
margin-top: 5px;
}
}
}
}
Expand Down

0 comments on commit a93bfc4

Please sign in to comment.