From 2197a80a6b316ca954bd8cfa0455e369b80ffa36 Mon Sep 17 00:00:00 2001 From: PatoProgramador Date: Wed, 3 Apr 2024 21:58:29 -0500 Subject: [PATCH] Phone responsive working --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index de9e451..df01b2f 100644 --- a/style.css +++ b/style.css @@ -276,7 +276,7 @@ footer { } .encript-section textarea { - width: 100%; + width: 90%; height: 150px; } @@ -292,6 +292,7 @@ footer { justify-content: center; align-items: center; width: 89%; + height: 200px; } .desencript-section img { @@ -300,7 +301,7 @@ footer { .encripted-message-text-area { width: 70%; - height: 150px; + height: 100px; padding: 40px; }