Skip to content

Commit a6375a7

Browse files
committed
Unify line height in Precision section
1 parent 6f0cd8c commit a6375a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index-page/graphql-advantages/precision.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const components = {
1515
// todo: this bg style might need to become global for all code blocks
1616
className={clsx(
1717
props.className,
18-
"!bg-neu-0/[.48] pr-4 backdrop-blur-[6px] max-xs:[&_span]:!text-xs",
18+
"!bg-neu-0/[.48] pr-4 leading-[21px] backdrop-blur-[6px] max-xs:leading-[16px] max-xs:[&_span]:!text-xs",
1919
)}
2020
tabIndex={-1}
2121
/>

0 commit comments

Comments
 (0)