chatbot / static /app.css
Tenzin Gyalpo
Create static/app.css (#2)
b15a4aa verified
raw
history blame contribute delete
No virus
280 Bytes
#maiChatHistory .message-wrap div {
font-size: 30px;
}
#maiChatInput textarea {
font-size: 30px
}
@media screen and (min-width: 768px) {
#maiChatInput textarea {
font-size: 20px
}
#maiChatHistory .message-wrap div {
font-size: 20px;
}
}