styles fix

This commit is contained in:
bkfox
2024-05-01 02:12:01 +02:00
parent 6b7cfbdadf
commit 7cccb6182e
13 changed files with 62 additions and 39 deletions

View File

@ -58,7 +58,7 @@
{% if podcasts %}
<section class="container">
<h2 class="title is-3 p-2">{% translate "Last podcasts" %}</h2>
<h2 class="title">{% translate "Last podcasts" %}</h2>
{% include "./widgets/carousel.html" with objects=podcasts url_name="podcast-list" url_label=_("All podcasts") %}
</section>
{% endif %}