Skip to content

Commit

Permalink
balance text
Browse files Browse the repository at this point in the history
  • Loading branch information
SStan-prog committed Nov 7, 2024
1 parent 28f5b45 commit b4ae5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2024/src/components/EventSpeakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const SpeakerText = styled.span`
color: ${({ theme }) => theme.colors.text};
font-size: 1em;
font-family: ${({ theme }) => theme.fonts.text};
text-wrap: balance;
`
const SpeakerRT = styled.rt`
color: ${({ theme }) => theme.colors.text};
Expand Down

0 comments on commit b4ae5f4

Please sign in to comment.