--- --- @import "primer-css/index.scss"; @import "pages/home.scss"; @import "colors.scss"; @import "markdown.scss"; @import "switcher.scss"; @import "addtocalendar.scss"; img { max-width: 100%; max-height: 100%; } .featurette { padding-top: $spacer * 10; padding-bottom: $spacer * 10; } .octicon { display: inline-block; vertical-align: middle; fill: currentColor; } code { font-size: 14px; } /* * Extend the footer to the bottom of the page, * even if there’s not enough content to make the page scroll. */ body { min-height: 100vh; display: flex; flex-direction: column; } .container-lg { flex: 1; } #toc .toc-wrap { position: -webkit-sticky; position: sticky; top: 40px; } .flex-1 { flex: 1; }