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 da0c656 commit 72687a3Copy full SHA for 72687a3
src/pages/index.tsx
@@ -73,9 +73,13 @@ export default function Index() {
73
src="https://plausible.io/js/script.tagged-events.js"
74
></script>
75
</Head>
76
+
77
+ {/* We need the class name `twp` here to ensure the Tailwind reset gets applied to all children. */}
78
<header className="bg-blue-950/20 border-b-white/[0.08] border-b fixed w-full z-10 backdrop-blur-md twp">
79
<Navbar />
80
</header>
81
82
83
<main className="bg-blue-950 twp">
84
<Intro />
85
<Benefits />
0 commit comments