Add space between logo and title
authorZhong Jianxin <azuwis@gmail.com>
Tue, 24 May 2016 08:58:58 +0000 (16:58 +0800)
committerZhong Jianxin <azuwis@gmail.com>
Tue, 24 May 2016 08:58:58 +0000 (16:58 +0800)
_layouts/default.html
css/lede.css

index 03ad340c3a2016a148b240bc7c9ef98857f7fe5d..64c354ec3819be789117587abc7a3278131cfcaa 100644 (file)
@@ -31,7 +31,7 @@
             <h1>
                 <a href="#">
                     <img src="{{site.prefix}}logo/logo_small.png"></img>
-                    <span>{{page.title}}</span>
+                    <span class="top-bar-title">{{page.title}}</span>
                 </a>
             </h1>
         </li>
index 79188ab523a5bd9312684a927385647e7c07b001..8831a20d038cb3b6521867f14c24af6dc38aa2d4 100644 (file)
@@ -16,3 +16,7 @@ p {
         min-height: 2.8125rem;
     }
 }
+
+.top-bar .top-bar-title {
+    padding-left: 10px;
+}