From b64d49ffd3d67fc507ec8059708a77a34f81db4e Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Thu, 9 May 2024 13:33:45 +0000 Subject: [PATCH] Update docs/source/_static/css/custom.css --- docs/source/_static/css/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 6201e12..4340393 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -1,3 +1,13 @@ .wy-nav-content { max-width: 1350px; +} +.wy-side-nav-search { + display: block; + width: 300px; + padding: .809em; + margin-bottom: .809em; + z-index: 200; + background-color: #fff; + text-align: center; + color: #fcfcfc; } \ No newline at end of file