Increase vertical spacing

This commit is contained in:
Alex Haslam 2023-12-20 16:02:45 +00:00
parent 29d2cfd9b6
commit 86dc4b0ade
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
{{ $icon := .Get "icon"}}
<div class="flex mt-2">
<span
class="rounded-full bg-primary-500 dark:bg-primary-300 text-neutral-50 dark:text-neutral-700 px-1.5 py-[1px] text-xs font-normal"
>
@ -9,3 +10,4 @@
<span> {{- .Inner | markdownify -}} </span>
</span>
</span>
</div>