Files
docs-v2/style.css
2026-02-12 16:43:44 -08:00

10 lines
318 B
CSS

/* Hide the Pangolin Cloud CTA source wrapper so it doesn't show in main content before the script moves it to the TOC */
.pangolin-toc-cta-source {
display: none !important;
}
/* Space above the Pangolin Cloud CTA (below the table of contents links) */
#table-of-contents > *:last-child {
margin-top: 1.25rem;
}