Skip to content

Commit

Permalink
Sets desktop max width back to 1280px (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
hollyschinsky committed Feb 23, 2023
1 parent e16cb96 commit e4bb043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/conf/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
module.exports = {
SIDENAV_WIDTH: 'var(--spectrum-global-dimension-static-size-3200)',
// --spectrum-global-dimension-static-grid-fixed-max-width
DESKTOP_SCREEN_WIDTH: '1060px',
DESKTOP_SCREEN_WIDTH: '1280px',
TABLET_SCREEN_WIDTH: '1024px',
// --spectrum-global-dimension-static-breakpoint-small
MOBILE_SCREEN_WIDTH: '768px'
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import PropTypes from 'prop-types';
import { Helmet } from 'react-helmet';
import LinkedInRetargeting from './linkedInRetargetting'

const DESKTOP_SCREEN_MAX_WIDTH = '1060px';
const DESKTOP_SCREEN_MAX_WIDTH = '1280px';
const { APIs, services, community, support, developer, legal, allAPIs } = {
allAPIs: {
title: 'View all',
Expand Down

0 comments on commit e4bb043

Please sign in to comment.