Quick fix to some spacing issues on headers inside the @html. I might need to fix this in the main global.css.

main
Zed A. Shaw 1 year ago
parent fea93cb1bf
commit 399454f5c1
  1. 7
      admin/pages/DocsBrowser.svelte

@ -149,6 +149,13 @@
color: var(--color-text-inverted);
}
module-header :global(h2),
module-header :global(h3),
module-header :global(h4) {
margin-top: 3rem;
}
toc {
display: grid;
grid-template-columns: repeat(5, 1fr);

Loading…
Cancel
Save