summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-06-16 21:09:14 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-06-16 21:09:14 -0700
commit566b5659d9dd4d0437a4ca26b497dbe6b5605f94 (patch)
tree6928dd5cbee91dfb4c9472f13fb367d2ba1d130e
parentec178fd365cd363c9f2219e0e734228cab101873 (diff)
Update globals
-rw-r--r--src/components/globals.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/globals.js b/src/components/globals.js
index 5c9a466..ffabfb6 100644
--- a/src/components/globals.js
+++ b/src/components/globals.js
@@ -69,10 +69,10 @@ const highContrastTheme = {
export const cvTheme = {
...highContrastTheme,
margins: {
- xsm: 2,
- sm: 3,
- md: 4,
- lg: 4
+ xsm: 5,
+ sm: 10,
+ md: 12,
+ lg: 15
},
fontSizes: {
h1: '1.3em',