Skip to content

Commit

Permalink
UI
Browse files Browse the repository at this point in the history
  • Loading branch information
aliiyuu committed Aug 24, 2024
1 parent ce35690 commit e0c6f90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/src/components/Chatbot.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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%;
}
}

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit e0c6f90

Please sign in to comment.