Skip to content

Commit

Permalink
Image source updates
Browse files Browse the repository at this point in the history
  • Loading branch information
devowhippit committed Jul 27, 2021
1 parent 5692712 commit d99acaa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,18 @@ tokens.populations = {
}
};

/**
* Update screens to NYCO standard
*/

tokens.screens = {
'xlarge': '1200px',
'large': '1112px',
'medium': '768px',
'mobile': '480px',
'small': '400px',
// Max width is discouraged over min width but this offset is needed when using it to avoid the pixel gap
'max-width-offset': '0.02px'
};

module.exports = tokens;
Binary file modified src/img/banners/[email protected]
Binary file not shown.
Binary file modified src/img/banners/[email protected]
Binary file not shown.
Binary file modified src/img/banners/[email protected]
Binary file not shown.

0 comments on commit d99acaa

Please sign in to comment.