Skip to content

Commit

Permalink
Fix mobile navbar issue (apache#712)
Browse files Browse the repository at this point in the history
* hide apache feather on smaller screens

* apply hidden-md-down class to anchor rather than to image
  • Loading branch information
lucperkins authored and merlimat committed Aug 22, 2017
1 parent 29c705f commit 3ddc24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3 class="dropdown-header">Apache</h3>
</li>
</ul>
</div>
<a href="http://www.apache.org/">
<a class="hidden-md-down" href="http://www.apache.org/">
<img class="asf-logo" title="Apache Software Foundation" src="/img/feather.png" />
</a>
</nav>

0 comments on commit 3ddc24d

Please sign in to comment.