diff --git a/src/containers/Chat/style.scss b/src/containers/Chat/style.scss index c74004cc..1e0bcd30 100644 --- a/src/containers/Chat/style.scss +++ b/src/containers/Chat/style.scss @@ -65,3 +65,10 @@ } } } +@media only screen and (max-width: 420px) { + .RecastApp .RecastAppChat { + &--slogan { + display: none; + } +} +}