Skip to content

Commit

Permalink
Update root font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
yoosion030 committed Jul 15, 2023
1 parent ea78f76 commit 9230022
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/common/src/styles/GlobalStyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

import { Global, css } from '@emotion/react';
import emotionReset from 'emotion-reset';
import { theme } from './theme';

export function GlobalStyle() {
return (
<Global
styles={css`
${emotionReset}
html {
@media ${theme.breakPoint['600']} {
font-size: 12px;
}
}
body {
overscroll-behavior-y: none;
overflow-x: hidden;
Expand Down

0 comments on commit 9230022

Please sign in to comment.