Skip to content

Commit

Permalink
enhance(search): bigger row-gap for charts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Apr 15, 2024
1 parent bff8b08 commit c212034
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/search/Search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ $reset-button-margin: 16px;
}
}

// For charts, make it clearer that the title etc. belong to the chart above
.search-results__charts-list {
row-gap: calc(2 * var(--grid-gap));
}

.search-results__page-hit {
list-style: none;

Expand Down

0 comments on commit c212034

Please sign in to comment.