diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index 5c48a254f0..864bc6e085 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -440,6 +440,9 @@ header.bckground-sky.l-relative { font-size: 24px; font-weight: 300; color: white; + margin: 0; + -webkit-margin-before: 0; + -webkit-margin-after: 0; @media (max-width: 600px) { font-size: 18px; diff --git a/aio/src/styles/2-modules/_heading-anchors.scss b/aio/src/styles/2-modules/_heading-anchors.scss index c631bb059e..fca92b5609 100644 --- a/aio/src/styles/2-modules/_heading-anchors.scss +++ b/aio/src/styles/2-modules/_heading-anchors.scss @@ -1,6 +1,10 @@ .sidenav-content { h1, h2, h3, h4, h5, h6 { + &.no-anchor .header-link { + display: none; + } + .mat-icon, .material-icons { visibility: hidden; display: inline-block;