aboutsummaryrefslogtreecommitdiff
path: root/src/components/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/page.tsx')
-rw-r--r--src/components/page.tsx2
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>;
}
}