.post_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #a0a0a0;
}
.post_nav > * {
  width: 45%;
}
.post_nav > *:first-child {
  text-align: left;
}
.post_nav > *:last-child {
  text-align: right;
}
@media (max-width: 500px) {
  .post_nav > * {
    width: 100%;
    margin: 10px 0;
    text-align: center !important;
  }
}

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