Skip to content

Commit

Permalink
fix: rename desktop screen and footer env
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Apr 4, 2023
1 parent 7e0f527 commit 329ed94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-theme-aio/conf/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
module.exports = {
SIDENAV_WIDTH: 'var(--spectrum-global-dimension-static-size-3200)',
// --spectrum-global-dimension-static-grid-fixed-max-width
DESKTOP_SCREEN_WIDTH: process.env.REPO_DESKTOP_SCREEN_WIDTH || '1280px',
DESKTOP_FOOTER_SCREEN_WIDTH_MAX: process.env.REPO_DESKTOP_FOOTER_SCREEN_WIDTH_MAX || '1280px',
DESKTOP_SCREEN_WIDTH: process.env.GATSBY_DESKTOP_SCREEN_WIDTH || '1280px',
DESKTOP_FOOTER_SCREEN_WIDTH_MAX: process.env.GATSBY_DESKTOP_FOOTER_SCREEN_WIDTH_MAX || '1280px',
TABLET_SCREEN_WIDTH: '1024px',
// --spectrum-global-dimension-static-breakpoint-small
MOBILE_SCREEN_WIDTH: '768px'
Expand Down

0 comments on commit 329ed94

Please sign in to comment.