Skip to content

Commit

Permalink
fix: Add blog padding
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Jan 11, 2024
1 parent abe61d1 commit 3ff6cef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
{% endblock head %}
{% block content %}
{{ block.super }}
<div class="mb-20 w-full bg-white">{% include "wagtail_code_blog/blog_index_page_body.html" %}</div>
<div class="w-full bg-white pb-10 pt-10">{% include "wagtail_code_blog/blog_index_page_body.html" %}</div>
{% endblock content %}

0 comments on commit 3ff6cef

Please sign in to comment.