.post-header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--seperator);
}

hr {
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid var(--seperator);
  color: transparent;
}

.post-header h1 {
  margin-bottom: 0;
}

.post-header p {
  margin-top: 0;
}
.post-header p > a {
  margin-top: 0;
  color: var(--text-muted-highlight);
}
@media screen and (max-width: 601px) {
  article img {
    width: 100% !important;
  }
}

article img {
  width: 70%;
}
