From f7f5b0a442c5f81005b990f6ab40cc4683a46196 Mon Sep 17 00:00:00 2001 From: "philip.scott" Date: Wed, 21 Jun 2017 13:34:36 +0100 Subject: [PATCH] update honeycomb default breakpoints to match breakpoints for www.red-gate.com --- .../_honeycomb.base.settings.breakpoints.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/base/css/settings/_honeycomb.base.settings.breakpoints.scss b/src/base/css/settings/_honeycomb.base.settings.breakpoints.scss index 77d5538f..87e61426 100644 --- a/src/base/css/settings/_honeycomb.base.settings.breakpoints.scss +++ b/src/base/css/settings/_honeycomb.base.settings.breakpoints.scss @@ -11,17 +11,16 @@ $hc-responsive: true !default; /** * Set responsive breakpoints. - * (Note: No large breakpoint needed, as large is the default as using desktop first - * approach.) */ $hc-breakpoints: ( - "large": 9999px, - "medium": 768px, - "small": 480px + "max": 99999px, + "large": 1200px, + "medium": 950px, + "small": 600px, + "mini": 384px ) !default; - /** * Set whether the breakpoints and media queries should run as desktop first. * i.e. when using a responsive breakpoint, desktop first captures upto the