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 9f7efdd commit cb0ff90Copy full SHA for cb0ff90
src/components/index-page/use-cases/index.tsx
@@ -139,7 +139,9 @@ export function UseCases({
139
id={`graphql-use-case-${i}`}
140
className={clsx(
141
"relative h-full flex-1 p-8 lg:p-12 xl:p-16",
142
- selectedIndex === i ? "border-b border-sec-dark" : "hidden",
+ selectedIndex === i
143
+ ? "max-lg:border-b max-lg:border-sec-dark"
144
+ : "hidden",
145
)}
146
>
147
<div className="relative z-10 my-auto max-h-[528px] max-w-2xl">
0 commit comments