summaryrefslogtreecommitdiff
path: root/src/components/globals.js
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-03-12 13:10:11 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-03-12 13:10:11 -0700
commitc81eb65488a651de4a4687d493b8563a5016a8c9 (patch)
treeb93b4a98752ed02167dcb637bee9c6db85a45088 /src/components/globals.js
parent8067c58cd42c100ad15e1c907875896bfaf3a086 (diff)
Decrease container size on third breakpoint
Diffstat (limited to 'src/components/globals.js')
-rw-r--r--src/components/globals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/globals.js b/src/components/globals.js
index e30bd0c..a88893b 100644
--- a/src/components/globals.js
+++ b/src/components/globals.js
@@ -32,7 +32,7 @@ export const breakpoints = [
},
{
breakpoint: '992px',
- size: '970px'
+ size: '920px'
},
{
breakpoint: '1170px',