mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-15 09:26:44 +00:00
10 lines
318 B
CSS
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;
|
|
}
|