From a29f3f63089850835e5f9f1ec7720ac708af6c2d Mon Sep 17 00:00:00 2001 From: Hacktoberfest Date: Tue, 13 Jan 2026 20:29:49 +0530 Subject: [PATCH] Fix banner text visibility --- docs/source/_static/theme_overrides.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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