Skip to content

Commit

Permalink
Css
Browse files Browse the repository at this point in the history
  • Loading branch information
yllenfer committed Mar 8, 2024
1 parent d07cfea commit 3114dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ button {

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

#user-input {
Expand Down Expand Up @@ -222,7 +223,6 @@ button {
@media (min-width: 745px) and (orientation: portrait) {



.logo {
width: 200px;
height: auto;
Expand All @@ -243,6 +243,7 @@ button {

.chatbot-conversation-container {
height: 68%;
/* position: relative; */
}

#user-input {
Expand Down

0 comments on commit 3114dda

Please sign in to comment.