Skip to content

Commit

Permalink
Padding was off
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhowbrook committed Dec 13, 2023
1 parent c6ed3b5 commit 779902c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="tw-h3-heading">{{ self.heading }}</h2>
{% if card.category or card.date_meta %}
<div class="tw-row tw-px-8 tw-py-2">
{% if card.category %}
<div class="tw-px-2"><p class="tw-h6-heading tw-text-blue-80 tw-mr-2 tw-py-2 tw-mb-0">{{ card.category }}</p></div>
<div class="tw-px-0"><p class="tw-h6-heading tw-text-blue-80 tw-mr-2 tw-py-2 tw-mb-0">{{ card.category }}</p></div>
{% endif %}
{% if card.date_meta %}
<div class="tw-px-2"><p class="tw-h6-heading tw-text-gray-40 tw-py-2 tw-mb-0">{{ card.date_meta }}</p></div>
Expand Down

0 comments on commit 779902c

Please sign in to comment.