From 6c28ab20182561e01a284aac6f20afef7af19c01 Mon Sep 17 00:00:00 2001 From: shriv-cpu Date: Mon, 5 Jan 2026 02:34:53 +0530 Subject: [PATCH] Fix padding between navbar and page content --- docs/source/_static/theme_overrides.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css index 5863ccf..8d8669c 100644 --- a/docs/source/_static/theme_overrides.css +++ b/docs/source/_static/theme_overrides.css @@ -1,7 +1,7 @@ /* this is the container for the pages */ .wy-nav-content { max-width: 100%; - padding: 0px 40px 0px 0px; + padding: 60px 40px 0px 0px; /* added top padding */ margin-top: 0px; }