mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
move logo above navigation on small screens (#6570)
Merge pull request 6570
This commit is contained in:
committed by
Frank Taillandier
parent
f85a039633
commit
0f249eec9f
@@ -1,7 +1,4 @@
|
||||
<header>
|
||||
<nav class="mobile-nav show-on-mobiles">
|
||||
{% include mobile-nav-items.html %}
|
||||
</nav>
|
||||
<div class="flexbox">
|
||||
<div class="center-on-mobiles">
|
||||
<h1>
|
||||
@@ -28,4 +25,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<nav class="mobile-nav show-on-mobiles">
|
||||
{% include mobile-nav-items.html %}
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user