Skip to content

Commit

Permalink
add spacing to search results
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiesims committed Feb 3, 2025
1 parent 7d0ca9e commit 4e5e1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ <h1 class="p-heading--2">
</h1>
<ul class="p-list">
{% for result in sorted_results %}
<li class="p-list__item search-result" style="{% if loop.index > 10 %}display: none;{% endif %}">
<h5>
<li class="p-list__item search-result" style="padding-bottom: 0.75rem; {% if loop.index > 10 %}display: none;{% endif %}">
<h5 class="u-no-margin--bottom">
<a href="{{ result.url }}" target="_blank">
{{ result.title }}
</a>&nbsp;
Expand Down

0 comments on commit 4e5e1fb

Please sign in to comment.