Skip to content

Commit 93fa78c

Browse files
Update docs-section.html
1 parent 8cc5f75 commit 93fa78c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

layouts/partials/docs-section.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<div class="w-full flex flex-col gap-5">
2-
<div class="flex flex-row gap-5">
2+
<div class="flex flex-row gap-5 border-t border-redis-pen-300 pt-5">
33
<h3 class="text-2xl">{{ .Title }}</h3>
44
<p>{{ .Description }}</p>
55
{{ partial "components/button-link.html" (dict "Href" .ButtonLink "Text" .ButtonLabel) }}
66
</div>
77

88
<div class="font-mono">
9-
<!-- First row of buttons -->
10-
<div class="flex flex-row gap-5">
9+
<!-- First row of buttons with horizontal line -->
10+
<div class="flex flex-row gap-5 border-t border-redis-pen-300 pt-5">
1111
<p class="uppercase">{{ .LinksLeftTitle }}</p>
1212
{{ range .LinksLeft }}
1313
<a class="hover:text-redis-red-500 transition-colors text-balance" href="{{ .URL }}">{{ .Text }}&nbsp;→</a>
1414
{{ end }}
1515
</div>
1616

17-
<!-- Second row of buttons (if LinksRight is available) -->
17+
<!-- Second row of buttons with horizontal line (if LinksRight is available) -->
1818
{{ if .LinksRight }}
19-
<div class="flex flex-row gap-5 mt-4">
19+
<div class="flex flex-row gap-5 border-t border-redis-pen-300 pt-5">
2020
<p class="uppercase">{{ .LinksRightTitle }}</p>
2121
{{ range .LinksRight }}
2222
<a class="hover:text-redis-red-500 transition-colors text-balance" href="{{ .URL }}">{{ .Text }}&nbsp;→</a>

0 commit comments

Comments
 (0)