diff options
Diffstat (limited to 'src/components/page.tsx')
-rw-r--r-- | src/components/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/page.tsx b/src/components/page.tsx index 37634a3..d8a4a2b 100644 --- a/src/components/page.tsx +++ b/src/components/page.tsx @@ -26,7 +26,7 @@ export class PageTitle extends Component { marginLeft: 6, marginTop: 32, marginBottom: 64, - fontSize: 25 + fontSize: 25, }}>{this.props.children}</h1>; } } |