diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss index 95236236c..d82f0a558 100644 --- a/app/assets/stylesheets/chat.scss +++ b/app/assets/stylesheets/chat.scss @@ -308,6 +308,9 @@ } @media screen and (min-width: 1000px) { + h2 { + font-size: 2rem; + } margin-left: initial; padding: 18px; max-width: 480px; diff --git a/app/javascript/chat/ChatChannelSettings/ChannelDescriptionSection.jsx b/app/javascript/chat/ChatChannelSettings/ChannelDescriptionSection.jsx index eb5a144ff..fded19b28 100644 --- a/app/javascript/chat/ChatChannelSettings/ChannelDescriptionSection.jsx +++ b/app/javascript/chat/ChatChannelSettings/ChannelDescriptionSection.jsx @@ -8,7 +8,7 @@ export const ChannelDescriptionSection = ({ }) => { return (
{channelDescription}
You are a channel {currentMembershipRole}