changeset 14:bc698651c94a

add mobile menu link
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 13:39:36 -0800
parents 560cd6870417
children 3011dd45c7b0
files _includes/header.html
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/_includes/header.html	Sun Nov 08 13:25:13 2015 -0800
+++ b/_includes/header.html	Sun Nov 08 13:39:36 2015 -0800
@@ -3,14 +3,14 @@
     <ul class="title-area">
       <li class="name">
         <h1>
-          <a href="{{ site.baseurl }}/" >
+          <a href="{{ site.baseurl }}/" style="height:100%">
             <img src="{{ "/img/logo.png" | prepend: site.baseurl }}" style="width: 32px; height: auto"/>
             {{ site.title }}
-            </a>
+          </a>
         </h1>
       </li>
       <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
-      <li class="toggle-topbar menu-icon"><a href="#"></a></li>
+      <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
     </ul>
   
     <section class="top-bar-section">