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 6f0cd8c commit a6375a7Copy full SHA for a6375a7
src/components/index-page/graphql-advantages/precision.tsx
@@ -15,7 +15,7 @@ const components = {
15
// todo: this bg style might need to become global for all code blocks
16
className={clsx(
17
props.className,
18
- "!bg-neu-0/[.48] pr-4 backdrop-blur-[6px] max-xs:[&_span]:!text-xs",
+ "!bg-neu-0/[.48] pr-4 leading-[21px] backdrop-blur-[6px] max-xs:leading-[16px] max-xs:[&_span]:!text-xs",
19
)}
20
tabIndex={-1}
21
/>
0 commit comments