/*
Theme Name: Niwas Resort Hotel Child
Version: 107.1.0
Description: A child theme of Niwas Resort Hotel
Author: LRandy
Template: niwas-resort-hotel
*/

@import url("../niwas-resort-hotel/style.css");

.article_post_content {
  display: flex;
  margin: 20px 0px 20px 0px;
  flex-wrap: wrap;
  justify-content: center;
}

.article_post_content a {
  margin: 10px;
}

.article_post_content img {
  max-width: 180px;
}

@media(max-width:600px) {
  .article_post_content img {
    max-width: 150px;
  }
}
