Skip to content

Commit

Permalink
style: Update style.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn committed Oct 2, 2023
1 parent 48433b0 commit dd6b930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CardResult/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const CardPhrase = styled.p`
&::after {
content: attr(data-text);
font-size: calc(${theme.font.sizes.text_lg} - 0.1rem * (attr(data-text) - 10));
white-space: nowrap;
}
`}
`;

0 comments on commit dd6b930

Please sign in to comment.