Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar257ammar committed Dec 16, 2024
1 parent e67c47a commit af3735f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
{% if search_results %}
{% for result in search_results %}
<div class="card rounded border-light my-1">
<a href="{% url 'documentation:detail' slug=result.slug %}"><h5 class="pl-3 pt-3">{{ result.title }}</h5></a>
<a href="{% url 'documentation:detail' slug=result.slug %}"><h5 class="p-3 m-0">{{ result.title }}</h5></a>
</div>
{% endfor %}
{% else %}
Expand Down

0 comments on commit af3735f

Please sign in to comment.