mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Don't put margin around each keyword
This commit is contained in:
parent
2791cc7cb9
commit
3e81805971
2 changed files with 8 additions and 10 deletions
|
@ -1,5 +1,4 @@
|
|||
{{ $icon := .Get "icon"}}
|
||||
<span style="margin-top: 0.5rem" class="flex mr-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,4 +8,3 @@
|
|||
{{ end }} {{- .Inner | markdownify -}}
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<div class="flex flex-row flex-wrap items-center">{{- .Inner -}}</div>
|
||||
<div class="flex flex-row flex-wrap items-center space-x-2">{{- .Inner -}}</div>
|
||||
|
|
Loading…
Reference in a new issue