Skip to content

Commit

Permalink
Merge pull request bitcoin-dot-org#16 from jonasschnelli/2016/01/nav_…
Browse files Browse the repository at this point in the history
…align

Bottom align logo with navigation
  • Loading branch information
btcdrak committed Jan 12, 2016
2 parents fe3c08e + 886378f commit 0d533a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {

.navigation-wrapper {
@include container;
padding: 2em 0 1em;
padding: 0.3em 0 1em;
font-family: $heading-font;
font-weight: 700;
text-transform: uppercase;
Expand All @@ -27,6 +27,7 @@ body {
@include prefix(12,1);
@include suffix(12,1);
margin-bottom: 1em;
padding-top: 0.57em;
float: none;
display: block;
@include font-rem(24);
Expand Down Expand Up @@ -164,6 +165,9 @@ $button-size: 1.5rem;
transform: rotate3d(0,0,1,-45deg);
}
}
.nav {
padding-top: 1.5em;
}
// Style the toggle menu link and hide it
.nav .navtoggle {
@include font-rem(18);
Expand Down

0 comments on commit 0d533a5

Please sign in to comment.