font sizes
Some checks failed
Build & Deploy KLZ Cables / deploy (push) Failing after 1m1s

This commit is contained in:
2026-01-24 23:09:00 +01:00
parent 72711c74ba
commit 807a604e39
22 changed files with 148 additions and 90 deletions

View File

@@ -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>