Reduce font size in chat bubbles

This allows more text to be shown in the same limited amount of
space, as described in #2
This commit is contained in:
Badri Sunderarajan 2024-03-24 18:41:39 +05:30
parent 41bc583b06
commit 8faeca0ea0
Signed by: badrihippo
GPG key ID: 9F594532AD60DE03

View file

@ -104,7 +104,7 @@
.chat-item p {
word-wrap: break-word;
overflow: hidden;
font-size: 1.7rem;
font-size: 1.6rem;
font-weight: 400;
margin: 1rem;
}