From 3ad8feb025d6fb0f231c06d459121e77d7b3f594 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 19 Jun 2018 16:22:42 -0400 Subject: [PATCH] fix: weird media query behavior with overlapping rules --- src/renderer/scss/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/scss/_vars.scss b/src/renderer/scss/_vars.scss index 488703287..5d3b801af 100644 --- a/src/renderer/scss/_vars.scss +++ b/src/renderer/scss/_vars.scss @@ -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 {