Skip to content

Commit 35e3719

Browse files
chore(website): Add a margin between the author and the badges (#23573)
1 parent bfded15 commit 35e3719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/layouts/highlights/li.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{{ partial "author-with-avatar.html" . }}
2929

3030

31-
<div class="block space-y-1.5">
31+
<div class="block space-y-1.5 mt-1.5">
3232
{{ with $badges.type }}
3333
{{ $color := cond (eq . "deprecation") "red" "blue" }}
3434
{{ partial "badge.html" (dict "prefix" "type" "word" . "color" $color "inline" true) }}

0 commit comments

Comments
 (0)