From d39bf6ed859a67fb4ac7835e8bf9215e5bd94f98 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 1 Jan 2019 17:47:19 -0800 Subject: [PATCH] docs: fix the docs index page logo size (#1227) 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{