This commit is contained in:
Stephanie Hobson 2020-05-08 11:47:21 -07:00 коммит произвёл GitHub
Родитель 01d2a6066b
Коммит c59d837a64
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 13 добавлений и 9 удалений

Просмотреть файл

@ -1,3 +1,7 @@
# HEAD
* **content**: Update content sizes (#73)
# 5.0.4 (2020-04-29)
### Bug Fixes

Просмотреть файл

@ -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})'