diff --git a/src/components/user-profile-icon/styles.module.scss b/src/components/user-profile-icon/styles.module.scss index eaf72ab..f969237 100644 --- a/src/components/user-profile-icon/styles.module.scss +++ b/src/components/user-profile-icon/styles.module.scss @@ -96,6 +96,12 @@ text-align: center; vertical-align: middle; user-select: none; + + @media screen and (max-width: $media-tablet-large) { + font-size: $font-size-text-small-extra; + line-height: $font-line-height-text-small-extra; + font-weight: 700; + } } &__plus {