Skip to content

Commit

Permalink
browserfix check
Browse files Browse the repository at this point in the history
  • Loading branch information
muchisx committed Jan 11, 2024
1 parent befd244 commit 56cc389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/BrowserFix/BrowserFix.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createGlobalStyle } from 'styled-components';

const InstagramGlobalStyle = createGlobalStyle`
html {
font-size: 76.153%;
font-size: 76.154%;
}
`;

Expand Down

0 comments on commit 56cc389

Please sign in to comment.