fix: weird media query behavior with overlapping rules
This commit is contained in:
parent
177f5f1cd3
commit
3ad8feb025
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Both of these should probably die and become variables as well
|
|||
$spacing-vertical: 24px;
|
||||
$spacing-width: 36px;
|
||||
|
||||
$medium-breakpoint: 1280px;
|
||||
$medium-breakpoint: 1279px;
|
||||
$large-breakpoint: 1921px;
|
||||
|
||||
:root {
|
||||
|
|
Loading…
Reference in a new issue