Skip to content

Commit

Permalink
Adjust margin in results header
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jun 16, 2022
1 parent a7ae5d0 commit cdb14af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ div#page-document div.searchapp div.cards div.search-result {

.tags {
display: block;
margin: 0 1.2em;
margin-right: 0.5em;
color: @deepBlue;
font-size: 16px;
line-height: inherit;
Expand Down Expand Up @@ -379,6 +379,7 @@ div#page-document div.searchapp div.cards div.search-result {
}

span.date {
margin-right: 1.2em;
color: #808285;
font-size: 16px;
}
Expand Down

0 comments on commit cdb14af

Please sign in to comment.