Skip to content

Commit

Permalink
Update: Add context referencing for chatbot (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 2, 2024
1 parent 23fd8e1 commit 985b5e3
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,16 @@ header h1 {
border-radius: 8px;
}

@media (max-width: 768px) {
.company-item {
width: 125px;
}

.company-logo {
object-fit: cover !important;
}
}

.company-logo {
width: 100%;
height: 75px;
Expand Down

0 comments on commit 985b5e3

Please sign in to comment.