Skip to content

Commit 1dbe386

Browse files
committed
fix: Add imageClass to hero-container for responsive display
1 parent e1dcba3 commit 1dbe386

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Sphere
33
layout: hextra-home
44
---
55

6-
{{< hextra/hero-container image="images/sphere.png">}}
6+
{{< hextra/hero-container image="images/sphere.png" imageClass="hx:hidden hx:sm:block" >}}
77
{{< hextra/hero-badge link="https://github.com/TBXark" >}}
88
<div class="hx:w-2 hx:h-2 hx:rounded-full hx:bg-primary-400"></div>
99
<span>Made&nbsp;with&nbsp;love&nbsp;by&nbsp;TBXark</span>
@@ -12,7 +12,8 @@ layout: hextra-home
1212

1313
<div class="hx:mt-6 hx:mb-6">
1414
{{< hextra/hero-headline >}}
15-
Protobuf-first Go service framework&nbsp;<br class="hx:sm:block hx:hidden" />for definition-driven development
15+
Protobuf-first Go service framework&nbsp;
16+
<br class="hx:sm:block hx:hidden" />for definition-driven development
1617
{{< /hextra/hero-headline >}}
1718
</div>
1819

0 commit comments

Comments
 (0)