mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Don't put margin around each keyword
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user