mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 18:31:53 +02: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"}}
|
{{ $icon := .Get "icon"}}
|
||||||
<span style="margin-top: 0.5rem" class="flex mr-2">
|
|
||||||
<span
|
<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"
|
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 -}}
|
{{ end }} {{- .Inner | markdownify -}}
|
||||||
</span>
|
</span>
|
||||||
</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…
Add table
Reference in a new issue