Refactor: Make system responsive

This commit is contained in:
gpt-engineer-app[bot]
2025-10-29 15:02:56 +00:00
parent b9d7db533c
commit d3c2e31d15
9 changed files with 248 additions and 74 deletions
+3 -3
View File
@@ -67,9 +67,9 @@ export default function TestPrompt() {
return (
<div className="animate-fade-in h-full flex flex-col max-w-5xl mx-auto">
<div className="mb-6">
<h1 className="text-3xl font-bold text-foreground mb-2">Teste de Prompt</h1>
<p className="text-muted-foreground">
<div className="mb-4 md:mb-6">
<h1 className="text-2xl md:text-3xl font-bold text-foreground mb-2">Teste de Prompt</h1>
<p className="text-sm md:text-base text-muted-foreground">
Converse com a IA para testar como o prompt se comporta
</p>
</div>