Skip to content

Commit fffd899

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent c37c994 commit fffd899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/card.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const IntroCard = ({ img, href, title, description }) => {
22
return (
33
<a href={href} className="card block not-prose font-normal group relative my-2 ring-2 ring-transparent rounded-xl bg-white/50 dark:bg-codeblock/50 border border-gray-100 shadow-md dark:shadow-none shadow-gray-300/10 dark:border-gray-800/50 overflow-hidden w-full cursor-pointer hover:!border-primary dark:hover:!border-primary-light">
44
<div className="flex flex-col h-full !bg-gray-400/10">
5-
<div className="integration-logo w-full aspect-[1/1] flex items-center justify-center !bg-gray-400/10">
5+
<div className="integration-logo w-full flex items-center justify-center !bg-gray-400/10">
66
<span aria-owns="rmiz-modal-942aec5edfb7" data-rmiz="" className="flex items-center justify-center" style={{ width: '100%', height: '100%' }}>
77
<span data-rmiz-content="found" style={{ visibility: 'visible', width: '100%', height: '100%' }} className="flex items-center justify-center">
88
<img

0 commit comments

Comments
 (0)