Skip to content

Commit

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

0 comments on commit 74d21de

Please sign in to comment.