// we need set the default value of the max-width of this container // because glamour is not using the wider CNI viewport @media (min-width: $break-xxl) { .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: 1140px; } } .sticky-ad { top: 70px; } // Offset for all anchor link targets to compensate for navigation // See: https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header .anchor { display: block; position: relative; top: -60px; visibility: hidden; }