/* Custom blog overrides */

/* Long post titles wrap too tightly on small screens in the Terminal theme. */
.post-title,
.post-title a {
  line-height: 1.35;
}

.post-title {
  padding-bottom: 18px;
}

@media (max-width: 684px) {
  .post-title,
  .post-title a {
    line-height: 1.45;
  }

  .post-title {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
}
