Sha256: ddfe18e664a7b21f1875dff4ee09504e5d19a76e83d2a9412c350ef0abf1175c

Contents?: true

Size: 615 Bytes

Versions: 8

Compression:

Stored size: 615 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.
// --------------------------------------------------------------------------------

main {
  h1,h2,h3,h4,h5,h6 {
    &::before {
      display: block;
      height: 6rem;
      margin-top: -6rem;
      visibility: hidden;
      content: "";
    }
    margin-top: 3rem;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.3.0.beta.49 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.46 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.44 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.43 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.42 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.41 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.40 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.39 _sass/centos/_headings.scss