style/master.css [629:640]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
a.scroll-point {
  display: block;
  border-bottom: transparent 1px solid;
}
a.hash-target {
  padding-top: 115px;
}
a.pt-top {
  border: none;
}
a.pt-about {
  margin: -100px 0 130px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [708:722]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
a.scroll-point {
    display: block;
    border-bottom: transparent 1px solid;
}

a.hash-target {
    padding-top: 115px;
}

a.pt-top {
    border: none;
}

a.pt-about {
    margin: -100px 0 130px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



