Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pornoiya committed Aug 23, 2023
1 parent 846acd4 commit 6afa51d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/components/MainPage/Card/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
font-size: clamp(16px, 20px, 20px);
}

.CardSubtitle {
font-size: 12px;
line-height: 1.35;
margin-top: 9px;
color: var(--CardSubtitleColor);
}

.CardBottomCapture {
font-size: 20px;
}
Expand Down

0 comments on commit 6afa51d

Please sign in to comment.