From 3a0a0affa54f022a8e972bc34e34f04417d8b982 Mon Sep 17 00:00:00 2001 From: monkeywithacupcake Date: Sat, 6 Jan 2018 08:54:54 +0900 Subject: [PATCH] add on-palm this screen size variable will determine when to use the hamburger --- _sass/_variables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 47891fe..a1c99f5 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -30,6 +30,7 @@ $abbr-border-bottom: 1px black dotted; // Page width $measure-width: 42rem !default; + // Viewport widths $viewport-small: 32em; $viewport-medium: 48em; @@ -158,3 +159,6 @@ $img_spacing: 5px; $img-height: 275px; $caption-font-size: 12px; $caption-color: #aaa; + +/* add on-palm to be consistent with other jekyll theme media queries */ +$on-palm: 600px !default;