/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.single-author {
  padding: 0px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
}
.single-author > a {
  flex: 0 0 44px;
  margin-right: 10px;
}
.single-author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.single-author p {
  font-size: 13px;
  line-height: 1.85;
  color: #121924;
  margin-bottom: 0;
}