Skip to content

Commit df63f2e

Browse files
committed
Center Hero
1 parent 931f723 commit df63f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/index-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const datasources: Array<string> = [
173173
export function IndexPage(): ReactElement {
174174
return (
175175
<div className="flex flex-col">
176-
<MeshHero />
176+
<MeshHero className="mx-4 max-sm:mt-2 md:mx-6" />
177177

178178
<Feature
179179
title="Query anything, run anywhere."

0 commit comments

Comments
 (0)