aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-09-01 00:39:39 +0200
committerAlex Legler <alex@a3li.li>2015-09-01 00:39:39 +0200
commit86410ff82e8c0402f56c97b7f2cce248cd47e80b (patch)
treecea0909cd50efda6819f4b1ecf8adc62fa7f7ea1
parentReword where to run npm install (diff)
downloadtyrian-theme-86410ff82e8c0402f56c97b7f2cce248cd47e80b.tar.gz
tyrian-theme-86410ff82e8c0402f56c97b7f2cce248cd47e80b.tar.bz2
tyrian-theme-86410ff82e8c0402f56c97b7f2cce248cd47e80b.zip
Fix logo SVG alignment and thus the site label display next to it
-rw-r--r--sources/css/tyrian/less/header.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/css/tyrian/less/header.less b/sources/css/tyrian/less/header.less
index 8878ed3..cc6757a 100644
--- a/sources/css/tyrian/less/header.less
+++ b/sources/css/tyrian/less/header.less
@@ -44,9 +44,11 @@
.site-logo {
display: inline-block;
+ min-height: 63px;
object {
pointer-events: none;
+ vertical-align: middle;
}
}