Skip to content

Commit 3a0a0af

Browse files
add on-palm
this screen size variable will determine when to use the hamburger
1 parent 23bfe7e commit 3a0a0af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/_variables.scss

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ $abbr-border-bottom: 1px black dotted;
3030
// Page width
3131
$measure-width: 42rem !default;
3232

33+
3334
// Viewport widths
3435
$viewport-small: 32em;
3536
$viewport-medium: 48em;
@@ -158,3 +159,6 @@ $img_spacing: 5px;
158159
$img-height: 275px;
159160
$caption-font-size: 12px;
160161
$caption-color: #aaa;
162+
163+
/* add on-palm to be consistent with other jekyll theme media queries */
164+
$on-palm: 600px !default;

0 commit comments

Comments
 (0)