Skip to content

Commit

Permalink
Fix weird nav alignment issue. Closes barryclark#62.
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Sep 4, 2014
1 parent 77d85f9 commit 14d4234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
<a href="{{ site.url }}">{{ site.title }}</a>
<a href="{{ site.url }}" class="left">{{ site.title }}</a>
<nav class="site-nav right">
{% include navigation.html %}
</nav>
<div class="clearfix"></div>
</div>
</div>
</header>

0 comments on commit 14d4234

Please sign in to comment.