// Post & Comments blocks.
.post-block {
  margin-top: 10px;
}

+mobile() {
  .post-block {
    min-height: auto;
  }
}
