From ab34a1c508df5eeec7715969383e6a631206599b Mon Sep 17 00:00:00 2001 From: Penguin Learning <143624674+PenguinHubLearning@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:45:15 -0500 Subject: [PATCH] Update chatbot.html --- chatbot.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chatbot.html b/chatbot.html index fa80b86..ef237a4 100644 --- a/chatbot.html +++ b/chatbot.html @@ -9,7 +9,7 @@ } #chat-container { -width: 750px; +width: 500px; margin: 0 auto; padding: 20px; border: 1px solid #333; @@ -18,10 +18,10 @@ } #chat-box { -height: 750px; +height: 500px; overflow-y: scroll; border: 1px solid #333; -padding: 10px; +padding: 25px; background-color: #444; }