/* Fix for -webkit-box-orient being stripped by build tools */
.blog__info div p {
  -webkit-box-orient: vertical;
}
