mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
style: update lg and xl breakpoints
This commit is contained in:
parent
020fa9a1f0
commit
79bc82eb49
3 changed files with 14 additions and 4 deletions
|
@ -104,6 +104,7 @@
|
|||
} @else if $key == "xl" {
|
||||
$multiplier: 4;
|
||||
}
|
||||
|
||||
#{$✨}block-spacing-vertical: calc(var(#{$✨}spacing) * $multiplier);
|
||||
}
|
||||
}
|
||||
|
@ -127,6 +128,7 @@
|
|||
} @else if $key == "xl" {
|
||||
$multiplier: 2;
|
||||
}
|
||||
|
||||
#{$✨}block-spacing-horizontal: calc(var(#{$✨}spacing) * $multiplier);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue