Sha256: 4bf65e0595c38b77649555aabc2aabbee91caf437db6d81135b9b7602148bfa2
Contents?: true
Size: 585 Bytes
Versions: 41
Compression:
Stored size: 585 Bytes
Contents
// -------------------------------------------------------------------------------- // Navbar and linked headings' correction. // // By default, when you access page headings from the page table of content // (toc) links, the heading is hidden behind the navbar. This workaround fixes // the linked headings visibility issue in the page. // -------------------------------------------------------------------------------- h1,h2,h3,h4,h5,h6 { &::before { display: block; height: 6rem; margin-top: -6rem; visibility: hidden; content: ""; } margin-top: 3rem; }
Version data entries
41 entries across 41 versions & 1 rubygems