From a9a4218d71d89cf7601d462daa73e487d318791f Mon Sep 17 00:00:00 2001 From: Caio1w Date: Mon, 27 Oct 2025 15:53:01 -0300 Subject: [PATCH] Arrumei os input --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 15eb650..c33a44d 100644 --- a/style.css +++ b/style.css @@ -132,7 +132,7 @@ input { background: transparent ; border-radius: 6px; border:1px solid rgba(255,255,255,0.04); - height: 30px; + height: 40px; color: white; width: 100%; } @@ -142,6 +142,7 @@ textarea { border:1px solid rgba(255,255,255,0.04); height: 80px; color: white; + width: 100%; }