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 63ad151 commit 95b5608Copy full SHA for 95b5608
src/components/home/partners-section.tsx
@@ -74,7 +74,7 @@ export default function WhyTailwindCssSection() {
74
</GridContainer>
75
76
<section>
77
- <div className="relative mt-16">
+ <div className="relative isolate mt-16">
78
<div className="pointer-events-none absolute inset-0 z-10 grid grid-cols-2 gap-10 max-md:gap-5 lg:grid-cols-3 xl:grid-cols-4">
79
<div className="border-r border-gray-950/5 dark:border-white/10"></div>
80
<div className="border-l border-gray-950/5 lg:border-x dark:border-white/10"></div>
0 commit comments