Skip to content

Commit

Permalink
Move around styling for flag-text
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Dec 9, 2024
1 parent 2b0764d commit e689784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/css/bem/profile-info.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@
.link-plain();
.link-white();
display: flex;
gap: 4px;
align-items: center;
}

&__flag-text {
font-size: @font-size--title-small;
display: none;

@media @desktop {
display: block;
padding-left: 4px;
font-size: @font-size--title-small;
}
}

Expand Down

0 comments on commit e689784

Please sign in to comment.