.vp-article-list {
  margin-top: calc(0rem - 0.5rem - var(--navbar-height));
  padding-top: calc(var(--navbar-height) + 0.5rem);
  text-align: center;

  &:first-child {
    margin-top: calc(0rem - var(--navbar-height));
  }
}

.vp-empty-hint {
  text-align: center;
}
