/* Post detail heading and tags. */

.article-header {
  margin-top: 2.5rem;
}

.post-tags {
  margin-top: 2rem;
  font-size: 0.85rem;
}

.post-navigation .nav-links > div {
  min-width: 0;
  max-width: 100%;
}

.post-navigation a,
.post-tags a {
  overflow-wrap: anywhere;
}
