Skip to content

Commit

Permalink
chore: use px instead of rem
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hofmann <[email protected]>
  • Loading branch information
virus-rpi and hofmann-felix authored Nov 28, 2024
1 parent 5f16e76 commit 73e4341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/data-privacy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface DataPrivacyPageQueryProps {

const StyledText = styled.p`
margin: 0;
margin-bottom: 1rem;
margin-bottom: 16px;
`;

const DataPrivacyPage = ({
Expand Down

0 comments on commit 73e4341

Please sign in to comment.