diff --git a/app/src/react/components/chat/index.scss b/app/src/react/components/chat/index.scss index ad0f549..c5d2f45 100644 --- a/app/src/react/components/chat/index.scss +++ b/app/src/react/components/chat/index.scss @@ -20,7 +20,7 @@ .activity__chat { margin: 1% 0 0 1%; - width: 32%; + width: 48.5%; .activity__chat:last-child { margin-right: 1%; } @@ -31,6 +31,7 @@ color: #fff; display: block; font-family: var(--thick-title-font-family); + font-size: 0.8em; border: 0.1em solid rgba(0, 0, 0, 0.2); border-radius: 1em; padding: 2em;