Skip to content

Commit

Permalink
Merge pull request #346 from ita-social-projects/#345-ProfileViewFixS…
Browse files Browse the repository at this point in the history
…tylesInTextBlocks

#345 [Profile View] Fix styles in text blocks
  • Loading branch information
Lvyshnevska authored Dec 4, 2023
2 parents ef49523 + 97387e7 commit bc55310
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,15 @@
line-height: 22px;
letter-spacing: -0.14px;
cursor: pointer;
}

.read-more {
color: var(--main-grey-90, #25292C);
font-feature-settings: 'calt' off;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: -0.14px;
}

0 comments on commit bc55310

Please sign in to comment.