Skip to content

Commit

Permalink
reduce css padding style for paragraphs
Browse files Browse the repository at this point in the history
the spacing between paragraphs was as big as a new line
  • Loading branch information
dtrai2 committed Apr 9, 2024
1 parent c21545d commit 2209e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/_static/css/custom_theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import url("theme.css");

p {
margin: 0 0 10px;
}

.wy-nav-content {
max-width: 100% !important;
}
Expand Down

0 comments on commit 2209e93

Please sign in to comment.