clean up chat section

This commit is contained in:
John Hess 2022-10-10 11:37:43 -05:00
parent fa6c1d7977
commit e999b48e7b
3 changed files with 10 additions and 6 deletions

View file

@ -124,6 +124,10 @@ body {
letter-spacing: .4px;
}
.uppercase {
text-transform: uppercase;
}
// Spacing utility classes
.mb-2 {