mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 16:01:26 +00:00
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-vertical: 24px;
|
||||||
$spacing-width: 36px;
|
$spacing-width: 36px;
|
||||||
|
|
||||||
$medium-breakpoint: 1280px;
|
$medium-breakpoint: 1279px;
|
||||||
$large-breakpoint: 1921px;
|
$large-breakpoint: 1921px;
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|
Loading…
Add table
Reference in a new issue