mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-18 18:35:00 -05:00
go back to thirds, for the header on tablets and above
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% include primary-nav-items.html %}
|
||||
</nav>
|
||||
<div class="grid">
|
||||
<div class="unit golden-small center-on-mobiles">
|
||||
<div class="unit one-third center-on-mobiles">
|
||||
<h1>
|
||||
<a href="{{ site.url }}/">
|
||||
<span>Jekyll</span>
|
||||
@@ -11,7 +11,7 @@
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
<nav class="main-nav unit golden-large hide-on-mobiles">
|
||||
<nav class="main-nav unit two-thirds hide-on-mobiles">
|
||||
{% include primary-nav-items.html %}
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user