From 214c17553dc15d3c0ad065e9d8daaf2cf993d38a Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Thu, 9 May 2024 13:33:26 +0000 Subject: [PATCH] Update docs/source/_static/custom.css --- docs/source/_static/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 6201e12..0c213d5 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -1,3 +1,14 @@ .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