Skip to content

Commit eb53dc2

Browse files
committed
fix: 인용구 여백 수정
1 parent 15908cf commit eb53dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/components/features/mdx/MDXComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const mdxComponents: MDXComponents = {
5656

5757
// 인용구
5858
blockquote: ({ children }) => (
59-
<blockquote className='my-4 border-l-4 border-blog-green bg-blog-gray-100 py-2 pl-4 text-sm text-blog-black md:text-base [&>:last-child]:mb-0'>
59+
<blockquote className='my-4 border-l-4 border-blog-green bg-blog-gray-100 py-5 pr-6 pl-4 text-sm text-blog-black md:text-base [&>:last-child]:mb-0'>
6060
{children}
6161
</blockquote>
6262
),

0 commit comments

Comments
 (0)