.post {
  border: unset;
  border-radius: unset;
}
.post__cover {
  margin-bottom: 15px;
}
.post__cover-img {
  width: 100%;
  height: auto;
}
.post__title {
  margin-bottom: 5px;
}
.post__date {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
}
@media (min-width: 768px) {
  .post__date {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .post__date {
    font-size: 14px;
  }
}

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