Skip to content

Commit

Permalink
browserfix for vw check
Browse files Browse the repository at this point in the history
  • Loading branch information
muchisx committed Jan 11, 2024
1 parent 3f5fb72 commit 64ecc73
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 @@ -9,7 +9,7 @@ const DefaultGlobalStyle = createGlobalStyle`

const InstagramGlobalStyle = createGlobalStyle`
:root {
--vw-fix: 16px;
--vw-fix: 14px;
}
html {
Expand Down

0 comments on commit 64ecc73

Please sign in to comment.