Skip to content

Commit

Permalink
feat: 루트 폰트 크기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekiter committed Jul 25, 2023
1 parent 3151219 commit 9df604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const suitFont = localFont({

export default function RootLayout({ children }: { children: ReactNode }) {
return (
<html lang='ko' className={(clsx(suitFont.variable), 'bg-black100 text-white')}>
<html lang='ko' className={(clsx(suitFont.variable), 'bg-black100 text-white text-[62.5%]')}>
<body className='min-h-screen'>
<AnimationProviders>{children}</AnimationProviders>
</body>
Expand Down

0 comments on commit 9df604a

Please sign in to comment.