summaryrefslogtreecommitdiff
path: root/src/pages/cv.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/cv.js')
-rw-r--r--src/pages/cv.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/pages/cv.js b/src/pages/cv.js
index 8616838..b982862 100644
--- a/src/pages/cv.js
+++ b/src/pages/cv.js
@@ -39,7 +39,13 @@ export default () => (
`
}
>
- <h1>Nicholas Van Doorn</h1>
+ <h1
+ css={css`
+ font-size: 2em;
+ `}
+ >
+ Nicholas Van Doorn
+ </h1>
<div
css={({ margins }) => css`
& a {