Make the menu collapse less aggresively

This commit is contained in:
Paulus Schoutsen 2014-12-23 23:49:44 -08:00
parent f19400796e
commit 0d9fb09ff2
2 changed files with 17 additions and 22 deletions

View file

@ -1,10 +1,10 @@
<div class="grid__item three-tenths lap-four-sixths palm-one-whole ha-title">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="{{ root_url }}/" class="site-title">
<img width='40' src='{{ root_url }}/images/favicon-192x192.png'> {{ site.title }}
</a>
</div>
<div class="grid__item seven-tenths lap-two-sixths palm-one-whole">
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
{% include site/navigation.html %}
</nav>