A small fix for the CSS on the Steemit FAQ page

in #steemit7 years ago (edited)

A small fix for the CSS on the FAQ page. This makes the anchor jumps actually stay in view.

.anchor::before{
display: block;
content: " ";
margin-top: -80px;
height: 80px;
visibility: hidden;
}
.anchor{padding-top:0}