Skip to content

Commit

Permalink
Update chatbot.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinHubLearning authored Sep 15, 2023
1 parent a3b4d66 commit b7e8032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

#chat-container {
width: 1000px;
width: 750px;
margin: 0 auto;
padding: 20px;
border: 1px solid #333;
Expand All @@ -18,7 +18,7 @@
}

#chat-box {
height: 1000px;
height: 750px;
overflow-y: scroll;
border: 1px solid #333;
padding: 10px;
Expand Down

0 comments on commit b7e8032

Please sign in to comment.