Block out the blog author details at the top of blog posts
.headerText .blogDetails {
padding: 20px;
background-color: $border-color;
border-radius: $border-radius-size;
.memberProfilePic {
margin-right: 20px;
@media (max-width: 430px) {
float: none;
display: block;
width: 100%;
margin: 0 0 20px;
}
}
.memberName {
margin-top: 0px;
margin-bottom: 5px;
}
}