Skip to content

Commit e1dcba3

Browse files
committed
fix: Add missing div wrapper for feature grid in homepage layout
1 parent 7ebd0c6 commit e1dcba3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ layout: hextra-home
2727
</div>
2828
{{< /hextra/hero-container >}}
2929

30-
{{< hextra/feature-grid >}}
30+
<div class="hx:mt-12">
31+
{{< hextra/feature-grid>}}
3132
{{< hextra/feature-card
3233
title="Protocol-First Design"
3334
subtitle="Define once in Protobuf, generate everywhere. Get Go handlers, HTTP routing, client SDKs, and OpenAPI docs from a single source of truth."
@@ -59,3 +60,4 @@ layout: hextra-home
5960
link="docs/components/sphere-cli"
6061
>}}
6162
{{< /hextra/feature-grid >}}
63+
</div>

0 commit comments

Comments
 (0)