summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhong Jianxin2016-05-24 08:58:58 +0000
committerZhong Jianxin2016-05-24 08:58:58 +0000
commitd2ac8b2f4544dbb07efc9e094773e13efb9620b4 (patch)
treecec6c1981d49976a0384073956ed06ec8718cad6
parent78887d621c27e70ebccc3604f604b3f037752818 (diff)
downloadweb-d2ac8b2f4544dbb07efc9e094773e13efb9620b4.tar.gz
Add space between logo and title
-rw-r--r--_layouts/default.html2
-rw-r--r--css/lede.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 03ad340..64c354e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -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>
diff --git a/css/lede.css b/css/lede.css
index 79188ab..8831a20 100644
--- a/css/lede.css
+++ b/css/lede.css
@@ -16,3 +16,7 @@ p {
min-height: 2.8125rem;
}
}
+
+.top-bar .top-bar-title {
+ padding-left: 10px;
+}