templates: Ensure logo image is always proper size.

This commit is contained in:
Bradley Sepos 2018-06-04 14:55:52 -04:00
parent b2c5a09afc
commit 830ba04f58
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -89,6 +89,8 @@ article.docs header .super .logo:hover {
article.docs header .super .logo img {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
article.docs header .super .title {