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; }