mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Vertical align title in header
This commit is contained in:
parent
b51afcb6c0
commit
c1743fa895
2
_deploy
2
_deploy
@ -1 +1 @@
|
|||||||
Subproject commit 45020579c3db5de0f555807dd82bab38e4d5ecdd
|
Subproject commit 81633dd5dc0a37358adb5c2ef0db18af0e7ac488
|
@ -81,6 +81,9 @@ h6:hover a.title-link {
|
|||||||
|
|
||||||
img {
|
img {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a > * {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||||
<a href="{{ root_url }}/" class="site-title">
|
<a href="{{ root_url }}/" class="site-title">
|
||||||
<img width='40' src='{{ root_url }}/images/favicon-192x192.png'> {{ site.title }}
|
<img width='40' src='{{ root_url }}/images/favicon-192x192.png'>
|
||||||
|
<span>{{ site.title }}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user