diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css index 5f25342..808ec9d 100644 --- a/docs/source/_static/theme_overrides.css +++ b/docs/source/_static/theme_overrides.css @@ -52,4 +52,7 @@ div.rst-content { .rst-content ul, .rst-content ol { margin-left: 1.5rem; +} +body { + padding-top: 80px; } \ No newline at end of file