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

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

.post-header p {
  margin-top: 0;
}

article img {
  width: 70%;
}

pre,
code,
span[class^="hljs-"] {
  font-family: monospace !important;
}
