.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=e2ff4867d574eb942bbb076c2b49f5a74bf1d4e5.article-author-post.scss.map */
