mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Increase vertical spacing
This commit is contained in:
parent
29d2cfd9b6
commit
86dc4b0ade
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue