diff --git a/_assets/stylesheets/_layout.scss b/_assets/stylesheets/_layout.scss index 10ef7c4..78fe1aa 100644 --- a/_assets/stylesheets/_layout.scss +++ b/_assets/stylesheets/_layout.scss @@ -25,6 +25,10 @@ text-shadow: 5px 5px 5px #000; text-decoration: none; } + @include media-query($on-palm) { + font-size: 26px; + line-height: 38px; + } } .site-nav { float: right; @@ -55,8 +59,8 @@ .menu-icon { display: block; float: right; - width: 36px; - height: 32px; + width: 38px; + height: 36px; line-height: 0; padding-top: 10px; text-align: center;