Skip to content

Commit

Permalink
fix: add bottom margin for block level image
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Feb 20, 2025
1 parent 06da551 commit 0786616
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/contents/sphinx.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ div.citation > p {
text-align: center;
}

.yue section > img {
margin-bottom: 1rem;
}

.hlist td {
vertical-align: top;
}
Expand Down

0 comments on commit 0786616

Please sign in to comment.