Skip to content

Commit

Permalink
only top margin for figures 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Aug 16, 2023
1 parent f360557 commit 6adee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

.vp-doc .plot-figure {
margin: 16px 0;
margin: 16px 0 0;
}

.vp-doc .plot-figure h2,
Expand Down

0 comments on commit 6adee12

Please sign in to comment.