Increase vertial space between post in grid
This commit is contained in:
Родитель
7cf5ab5417
Коммит
b0787db2bb
|
@ -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 %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче