Fix contact box on mobile

This commit is contained in:
MartinBraquet
2026-06-06 21:11:48 +02:00
parent 036935f139
commit 82bdf9cc3f

View File

@@ -40,7 +40,7 @@ export function ContactComponent() {
)}
</p>
<Col>
<div className={'mb-2 min-w-[700px]'}>
<div className={'mb-2 sm:min-w-[700px]'}>
<TextEditor editor={editor} />
</div>
{showButton && (