diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css index 5863ccf..2d8af92 100644 --- a/docs/source/_static/theme_overrides.css +++ b/docs/source/_static/theme_overrides.css @@ -24,3 +24,17 @@ div.rst-content { margin-left: 0px; } } + + + +/* Add proper spacing below the top navigation bar */ +.wy-nav-content { + padding-top: 80px; +} + +/* Improve visibility and spacing of large banner text */ +.section h1 { + margin-top: 20px; + margin-bottom: 20px; + line-height: 1.3; +} \ No newline at end of file