Skip to content

Commit

Permalink
Merge pull request #11 from glitch-hackathon-2023/fix/globalStyle
Browse files Browse the repository at this point in the history
Fix: global style
  • Loading branch information
jejemerong authored May 20, 2023
2 parents 1b9571a + 568822a commit 7e56cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/global.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export const GlobalStyle = createGlobalStyle`
height: 100%;
margin: 0;
padding: 0;
}
font-family: sans-serif;
},
`;

0 comments on commit 7e56cff

Please sign in to comment.