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