Skip to content

Commit

Permalink
docs: fix margin styles in community plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Jan 22, 2024
1 parent 893742d commit 0af2e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/lib/components/link/PluginLink.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<style>
:global(.plugin-link h1, .plugin-link h2, .plugin-link h3) {
margin: 0;
margin-top: 0;
margin-bottom: 0;
}
</style>

0 comments on commit 0af2e23

Please sign in to comment.