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

Version Path
jekyll-theme-centos-2.3.0.beta.38 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.37 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.36 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.34 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.33 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.32 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.27 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.26 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.9 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.8 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.7 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.6 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.5 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.4 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.3 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.2 _sass/centos/_headings.scss
jekyll-theme-centos-2.3.0.beta.1 _sass/centos/_headings.scss
jekyll-theme-centos-2.2.1 _sass/centos/_headings.scss
jekyll-theme-centos-2.2.1.beta.1 _sass/centos/_headings.scss
jekyll-theme-centos-2.2.0 _sass/centos/_headings.scss