Skip to content

Commit

Permalink
Update docs-section.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-elle-luna authored Nov 8, 2024
1 parent c9a356c commit 0f08271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/docs-section.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div class="w-full border-t border-t-redis-pen-300 mt-14 pt-14 flex flex-col md:flex-row gap-11 md:gap-0">
<div class="w-full flex flex-col md:flex-row gap-11 md:gap-0">
<div class="flex flex-col gap-5 flex-1">
<h3 class="text-2xl">{{ .Title }}</h3>
<p>{{ .Description }}</p>
{{ partial "components/button-link.html" (dict "Href" .ButtonLink "Text" .ButtonLabel) }}
</div>
<div class="flex-1 font-mono">
<div class="h-full flex flex-col md:flex-row gap-11 md:gap-8 md:pl-8 md:ml-8 md:border-l md:border-l-redis-pen-300">
<div class="h-full flex flex-col md:flex-row gap-11 md:gap-8">
<div class="flex flex-col gap-5 flex-1">
<p class="uppercase">{{ .LinksLeftTitle }}</p>
{{ range .LinksLeft }}
Expand All @@ -22,4 +22,4 @@ <h3 class="text-2xl">{{ .Title }}</h3>
{{ end }}
</div>
</div>
</div>
</div>

0 comments on commit 0f08271

Please sign in to comment.