Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix: remove extra space in CTA heading (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmb authored Jul 25, 2024
1 parent fde693c commit 8b2fe9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/components/CTASmall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ namespace S {
}
`;
export const CTAHeading = styled(Heading.H2)`
em {
margin-left: 10px;
}
img {
width: 32px;
height: 32px;
Expand Down

0 comments on commit 8b2fe9f

Please sign in to comment.