.app-author-post__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.app-author-post-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .app-author-post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=c694bef2b6582c8e3c24cf6cf0e150554cfd9f68.article-author-post.scss.map */
