.author-page header .user-avatar {
  margin-top: -80px;
}
@media (min-width: 768px) {
  .author-page header h1 {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .author-page header .header-content {
    flex-direction: column;
  }
  .author-page header h1 {
    margin-top: 0.5rem;
    text-align: center;
  }
}

/*# sourceMappingURL=author.css.map */
