From d29ecafe671daef37e3877aac450fa28e4af93ba Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Thu, 6 Jun 2024 14:01:08 +0000 Subject: [PATCH] Add docs/_static/custom.css --- docs/_static/custom.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/_static/custom.css diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 0000000..0c213d5 --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +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