We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9ea51 commit c6032c2Copy full SHA for c6032c2
index.mdx
@@ -37,7 +37,7 @@ export const HeroCard = ({ filename, title, description, href }) => {
37
/>
38
</div>
39
40
- <div className="px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
+ <div className="relative z-10 px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
41
<h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
42
Documentation
43
</h1>
0 commit comments