.post-detail {
  line-height: 1.7;
}

.post-detail .detail-image {
  max-width: 30%;
  height: auto;
  margin-top: 0.5rem;
}

.post-title {
  overflow: clip;
}

@media (max-width: 768px) {
  .post-detail .detail-image {
    float: none;
    display: block;
    margin: 1rem auto;
    max-width: 100%;
  }
}