Increase vertial space between post in grid

This commit is contained in:
Tibor Leupold 2022-06-20 15:13:18 -07:00
Родитель 7cf5ab5417
Коммит b0787db2bb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<ul class="tw-grid medium:tw-grid-cols-2 large:tw-grid-cols-3 tw-gap-x-5 tw-gap-y-6 tw-list-none tw-px-[15px]">
<ul class="tw-grid medium:tw-grid-cols-2 large:tw-grid-cols-3 tw-gap-x-5 tw-gap-y-7 tw-list-none tw-px-[15px]">
{% for entry in entries %}
<li class="tw-m-0 tw-p-0">
{% with type=entry.specific_class.get_verbose_name|lower %}