Skip to content

Commit

Permalink
reduce py-4 to py-3 since base font size is now bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Sep 27, 2024
1 parent b8d4d6c commit d03cd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peachjam/templates/peachjam/layouts/document_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="container">
{% block breadcrumbs %}{% endblock %}
{% block document-title %}
<div class="d-md-flex justify-content-md-between py-4">
<div class="d-md-flex justify-content-md-between py-3">
<div>
<h1>{{ document.title }}</h1>
{% block sub-title %}{% endblock %}
Expand Down

0 comments on commit d03cd6f

Please sign in to comment.