add on-palm

this screen size variable will determine when to use the hamburger
This commit is contained in:
monkeywithacupcake 2018-01-06 08:54:54 +09:00 committed by GitHub
parent 23bfe7ee4e
commit 3a0a0affa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;