Skip to content

Commit 8a6cc3b

Browse files
committed
enhacement(font): bigger default font size
1 parent dc7f9be commit 8a6cc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { AnalyticsHeadScript } from './Analytics';
1111

1212
injectGlobal`
1313
html {
14-
font-size: 12px;
14+
font-size: 15px;
1515
}
1616
${forMedia('tablet', `
1717
html {

0 commit comments

Comments
 (0)