From 830ba04f5885521ad6e970e389dc07d209a188be Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 4 Jun 2018 14:55:52 -0400 Subject: [PATCH] templates: Ensure logo image is always proper size. --- templates/mark1/assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/mark1/assets/css/style.css b/templates/mark1/assets/css/style.css index 4e420b25..a7717efd 100644 --- a/templates/mark1/assets/css/style.css +++ b/templates/mark1/assets/css/style.css @@ -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 {