/* override post/list and single post font sizes */
.entry-content,
.post-entry .entry-content,
.post-single .entry-content,
article .entry-content,
article .post-content,
.content {
  font-size: 16px;
  line-height: 1.7;
}

/* mobile */
@media (max-width: 600px) {
  .entry-content,
  article .entry-content {
    font-size: 16px;
  }
}