Skip to content

Commit

Permalink
Fix top padding for rst content
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Jan 18, 2024
1 parent 4e36fc6 commit 7d74b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
div.rst-content {
max-width: 1300px;
border: 0;
padding: 0px 80px 10px 80px;
padding: 10px 80px 10px 80px;
margin-left: 50px;
}

Expand Down

0 comments on commit 7d74b8a

Please sign in to comment.