Skip to content

Commit

Permalink
more css improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
yllenfer committed Mar 8, 2024
1 parent 7b2ba52 commit e813390
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,9 @@ button {
margin-left: -30px;
}
* {
font-size: 15px;
font-weight: light;
font-size: 30px;
font-family: 'Courier New', Courier, monospace;
/* background-color: aqua; */

}

.chatbot-container {
Expand All @@ -172,13 +171,16 @@ button {
}

.chatbot-conversation-container {
height: 65%;
height: 80%;
}

#user-input {
margin-top: 10%;
border: 1px solid #586e88;
height: 100px;
font-size: 40px;
color: #000;

}

.submit-btn {
Expand Down

0 comments on commit e813390

Please sign in to comment.