diff --git a/CHANGELOG.md b/CHANGELOG.md index b933ddf..8ad3a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# HEAD + +* **content**: Update content sizes (#73) + # 5.0.4 (2020-04-29) ### Bug Fixes diff --git a/tokens/_aliases.yml b/tokens/_aliases.yml index fea35c6..a54526b 100644 --- a/tokens/_aliases.yml +++ b/tokens/_aliases.yml @@ -183,17 +183,17 @@ aliases: # Content content-xs: '304px' - content-sm: '464px' - content-md: '736px' - content-lg: '992px' - content-xl: '1248px' - content-max: '1420px' + content-sm: '432px' + content-md: '688px' + content-lg: '928px' + content-xl: '1152px' + content-max: '1440px' screen-xs: '320px' # content-xs + 16px - screen-sm: '480px' # content-sm + 16px - screen-md: '768px' # content-md + 32px - screen-lg: '1024px' # content-lg + 32px - screen-xl: '1312px' # content-xl + 64px + screen-sm: '480px' # content-sm + 48px + screen-md: '768px' # content-md + 80px + screen-lg: '1024px' # content-lg + 128px + screen-xl: '1312px' # content-xl + 128px # Media Queries mq-xs: '(min-width: {!screen-xs})'