Skip to content

Commit

Permalink
Add padding left and right to searchresult items to bring symmetry
Browse files Browse the repository at this point in the history
Signed-off-by: Kaustav Das Modak <[email protected]>
  • Loading branch information
Kaustav Das Modak committed Nov 30, 2014
1 parent db83e52 commit 7852ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ section {
justify-content: space-between;
align-items: stretch;
border-bottom: 1px solid #ededed;
padding-left: 0.5rem;
padding-right: 0.5rem;
}

.searchresult-item:last-child {
Expand Down

0 comments on commit 7852ed5

Please sign in to comment.