From e0c6f90325da7c63ecbd7372e34e203870071176 Mon Sep 17 00:00:00 2001 From: alicia yu Date: Sat, 24 Aug 2024 01:44:55 -0700 Subject: [PATCH] UI --- frontend/src/components/Chatbot.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Chatbot.css b/frontend/src/components/Chatbot.css index 671ea7e..c5e49c9 100644 --- a/frontend/src/components/Chatbot.css +++ b/frontend/src/components/Chatbot.css @@ -6,7 +6,7 @@ border-radius: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); width: 65vw; - height: 100vh; + height: 100%; text-align: center; background:#777ed4; /* Fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #6b90e0, #8d77d4); /* Chrome 10-25, Safari 5.1-6 */ @@ -36,13 +36,14 @@ h1 { color: white; - font-size: 250%; + font-size: 400%; text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + line-height: 110%; } @media only screen and (max-width: 600px) { h1 { - font-size: 210%; + font-size: 300%; } } @@ -95,6 +96,7 @@ h1 { cursor: pointer; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin-left: 10px; + margin-bottom: 20px; } #send-button:disabled, #query-button:disabled {