// // OSIVIA Bootstrap extensions - Anchor // -------------------------------------------------- @anchor-height: @navbar-height + floor(@line-height-computed / 2); [id].anchor { display: block; position: relative; visibility: hidden; @media screen and (min-width: @screen-sm-min) { top: -@anchor-height; } }