From 0b5a2ab4b25b8ff259b9fab99c005bf42e5b73bc Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 1 Jan 2019 06:50:18 -0800 Subject: [PATCH] Fix the docs index page logo size Fixes the size of the logo on the index page of the documentation. On mobile or small windows, this logo would be too large. This adds a rule to the CSS for that logo that fixes it's size. --- docs/_template/light-dark-theme/styles/master.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index 4c01568e0..e0f7befb5 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -39,6 +39,7 @@ img { width: 951pt; /* Height was arbitrarily determined */ min-height: 100pt; + max-width: 90%; } article.content p{