Skip to content

Commit

Permalink
fix: fix user icon on header without avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
SirojaSB committed Oct 29, 2023
1 parent dfc14f7 commit 2f75002
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/user-profile-icon/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2f75002

Please sign in to comment.