.header-intro {
  display: none;
}
.post-date {
  color: #aaa;
  font-size: 0.85rem;
  font-weight: lighter;
  margin: 0rem;
}
.post-cover {
  width: 100%;
}
img {
  margin: 3rem 0rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

@media only screen and (min-width: 1199px) {
  main {
    width: 65vw;
  }
}
