summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-06 12:38:15 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-06 12:38:15 -0700
commit548fbaab3e42f4e39e5e894063f42738fbcb4ebe (patch)
tree2784aea52031a48856e31e9f635d7acfe5b4ab7b
parenteb6f3aed5affcf340f0eee01bc8ef6a118b4f7e7 (diff)
Define theme for /cv page
-rw-r--r--src/components/globals.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/globals.js b/src/components/globals.js
index 6bbc80c..407a003 100644
--- a/src/components/globals.js
+++ b/src/components/globals.js
@@ -57,6 +57,16 @@ const highContrastTheme = {
}
}
+export const cvTheme = {
+ ...highContrastTheme,
+ margins: {
+ xsm: 2,
+ sm: 2,
+ md: 5,
+ lg: 10
+ }
+}
+
export const themes = {
mainTheme,
highContrastTheme