Skip to content

Commit

Permalink
add on-palm
Browse files Browse the repository at this point in the history
this screen size variable will determine when to use the hamburger
  • Loading branch information
monkeywithacupcake authored Jan 5, 2018
1 parent 23bfe7e commit 3a0a0af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $abbr-border-bottom: 1px black dotted;
// Page width
$measure-width: 42rem !default;


// Viewport widths
$viewport-small: 32em;
$viewport-medium: 48em;
Expand Down Expand Up @@ -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;

0 comments on commit 3a0a0af

Please sign in to comment.