Skip to content

Commit

Permalink
πŸ’„ fix newsletter archive row spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed May 27, 2024
1 parent 0fe2890 commit 454554e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n %}
<ul class="row list-unstyled row-gap-2">
{% for mailing in latest %}
<li class="col-12 col-md-6 col-lg-4 px-1 d-flex">
<li class="col col-12 col-md-6 col-lg-4 d-flex">
<article class="box-card position-relative border-gray p-3 text-bg-body">
<h3 class="h5">{{ mailing.email_template.subject }}</h3>
<p class="text-body-secondary">{{ mailing.sending_date|date:"DATE_FORMAT" }}</p>
Expand Down

0 comments on commit 454554e

Please sign in to comment.