mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 21:09:13 -04:00
style: update breakpoints
This commit is contained in:
parent
de6ba10757
commit
d7d11308af
11 changed files with 88 additions and 9 deletions
|
@ -57,7 +57,7 @@ $breakpoints: map.deep-merge(
|
|||
root-font-size: 112.5%,
|
||||
),
|
||||
|
||||
// Large (desktops)
|
||||
// Large
|
||||
// Font size: 19px
|
||||
lg:
|
||||
(
|
||||
|
@ -66,13 +66,22 @@ $breakpoints: map.deep-merge(
|
|||
root-font-size: 118.75%,
|
||||
),
|
||||
|
||||
// Extra large (large desktops)
|
||||
// Extra large
|
||||
// Font size: 20px
|
||||
xl:
|
||||
(
|
||||
breakpoint: 1280px,
|
||||
viewport: 1200px,
|
||||
root-font-size: 125%,
|
||||
),
|
||||
|
||||
// Extra extra large
|
||||
// Font size: 21px
|
||||
xxl:
|
||||
(
|
||||
breakpoint: 1536px,
|
||||
viewport: 1450px,
|
||||
root-font-size: 131.25%,
|
||||
)
|
||||
),
|
||||
$breakpoints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue