/** custom css for SimpleBlog **/
.img-fluid.photo.mb-3 {
  border-radius: 15px;
}
.simpleblog__listing__post__wrapper__content__headline {
    font-size: 1.5rem;    
}

.simpleblog__listing__post__wrapper__content__headline.post-title a {
  color: #45556c !important;
}
