/** blog post list **/

.post-link {
  display: flex;
  column-gap: 8px;
  text-decoration: none;
}
@media (min-width: 806px) {
  .post-link {
    column-gap: 16px;
  }
}

.post-link:hover {
  background-color: rgb(197, 255, 89);
}
