From 42cf4429a9a9025a07f11fab74077900b3cea4ef Mon Sep 17 00:00:00 2001 From: krzychb Date: Mon, 30 Jul 2018 21:16:27 +0200 Subject: [PATCH] Fixed logo width to display correctly in Chinese version of documentation --- docs/_static/theme_overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 9bc7d8e3a..df1cdd442 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -36,3 +36,7 @@ a:hover { color: #bd2c2a !important; } + +.logo { + width: 240px !important; +}