Skip to content

Commit

Permalink
Changes made to phone style
Browse files Browse the repository at this point in the history
  • Loading branch information
yllenfer committed Mar 8, 2024
1 parent 9cd5540 commit 7b2ba52
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,25 +159,31 @@ button {
font-size: 15px;
font-weight: light;
font-family: 'Courier New', Courier, monospace;
/* background-color: aqua; */
}

.chatbot-container {
width: 90%;
height: 60%;
margin-top: -50%;
width: 100%;
height: 100%;
/* margin-top: -50%; */
/* background-color: bisque; */
border-radius: 0;

}

.chatbot-conversation-container {
height: 70%;
height: 65%;
}

#user-input {
margin-top: 5%;
margin-top: 10%;
border: 1px solid #586e88;
height: 100px;
}

.submit-btn {
margin-top: 5%;
height: 50px;
margin-top: 10%;
height: 100px;

}

Expand Down

0 comments on commit 7b2ba52

Please sign in to comment.