Skip to content

Commit

Permalink
improves header layout on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiley committed Mar 10, 2015
1 parent 4067568 commit 0df00e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _assets/stylesheets/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0df00e6

Please sign in to comment.