From c1743fa895d4d1c3acd69f3f814df77647ded2b8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 19 Dec 2015 10:20:09 -0800 Subject: [PATCH] Vertical align title in header --- _deploy | 2 +- sass/custom/_paulus.scss | 3 +++ source/_includes/custom/header.html | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_deploy b/_deploy index 45020579c3d..81633dd5dc0 160000 --- a/_deploy +++ b/_deploy @@ -1 +1 @@ -Subproject commit 45020579c3db5de0f555807dd82bab38e4d5ecdd +Subproject commit 81633dd5dc0a37358adb5c2ef0db18af0e7ac488 diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index fb81b3c8739..b9fb643b409 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -81,6 +81,9 @@ h6:hover a.title-link { img { width: 40px; + } + + a > * { vertical-align: middle; } } diff --git a/source/_includes/custom/header.html b/source/_includes/custom/header.html index 9addb5deaf2..f2a42ff7be8 100644 --- a/source/_includes/custom/header.html +++ b/source/_includes/custom/header.html @@ -1,6 +1,7 @@
- {{ site.title }} + + {{ site.title }}