Skip to content

Commit

Permalink
Phone responsive working
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoProgramador committed Apr 4, 2024
1 parent 7f95f1f commit 2197a80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ footer {
}

.encript-section textarea {
width: 100%;
width: 90%;
height: 150px;
}

Expand All @@ -292,6 +292,7 @@ footer {
justify-content: center;
align-items: center;
width: 89%;
height: 200px;
}

.desencript-section img {
Expand All @@ -300,7 +301,7 @@ footer {

.encripted-message-text-area {
width: 70%;
height: 150px;
height: 100px;
padding: 40px;
}

Expand Down

0 comments on commit 2197a80

Please sign in to comment.