Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Increase separation between conditions and interventions in search re…
Browse files Browse the repository at this point in the history
…sults. Fixes #404
  • Loading branch information
smth committed Sep 26, 2016
1 parent 6828349 commit 6e5dca2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/styles/_search-results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@ main {
}
dd {
width: 40%;

ul {
margin-right: $base-spacing;
}
&:last-of-type {
ul {
margin-right: 0;
}
}
}
}
}
Expand Down

0 comments on commit 6e5dca2

Please sign in to comment.