Skip to content

Commit

Permalink
equalize spacing between elements of result__item.
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed Sep 8, 2020
1 parent 22f2574 commit 0791571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/media_source/com_finder/css/finder.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

.result__item > * + * {
margin-top: .75em;
margin-top: .25em;
}

.result__title-link {
Expand All @@ -62,6 +62,7 @@

.result__title-url {
order: -1;
margin-bottom: .25em;
color: hsl(0, 0%, 34%);
font-style: normal;
}
Expand Down

0 comments on commit 0791571

Please sign in to comment.