Vertical align title in header

This commit is contained in:
Paulus Schoutsen 2015-12-19 10:20:09 -08:00
parent b51afcb6c0
commit c1743fa895
3 changed files with 6 additions and 2 deletions

View file

@ -81,6 +81,9 @@ h6:hover a.title-link {
img {
width: 40px;
}
a > * {
vertical-align: middle;
}
}