This commit is contained in:
@@ -54,9 +54,9 @@ export function Callout({ type = 'info', title, children, className }: CalloutPr
|
||||
</div>
|
||||
<div className="flex-1">
|
||||
{title && (
|
||||
<h4 className="font-bold text-lg mb-2">{title}</h4>
|
||||
<h4 className="font-bold text-base md:text-lg mb-2">{title}</h4>
|
||||
)}
|
||||
<div className="prose prose-sm max-w-none">
|
||||
<div className="prose prose-sm md:prose-base max-w-none">
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user