/*justify main post content*/
.post-content p {
    text-align: justify;
}

/*justify ordered list content*/
ol {
    text-align: justify
  }

/*justify UNordered list content*/
ul {
    text-align: justify
  }
