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 b7e8032 commit ab34a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chatbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

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

#chat-box {
height: 750px;
height: 500px;
overflow-y: scroll;
border: 1px solid #333;
padding: 10px;
padding: 25px;
background-color: #444;
}

Expand Down

0 comments on commit ab34a1c

Please sign in to comment.