diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-12 13:10:11 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-12 13:10:11 -0700 |
commit | c81eb65488a651de4a4687d493b8563a5016a8c9 (patch) | |
tree | b93b4a98752ed02167dcb637bee9c6db85a45088 /src/components/globals.js | |
parent | 8067c58cd42c100ad15e1c907875896bfaf3a086 (diff) |
Decrease container size on third breakpoint
Diffstat (limited to 'src/components/globals.js')
-rw-r--r-- | src/components/globals.js | 2 |
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', |