/*
 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
*/

.author-box {
    padding: 30px 30px 0px 30px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 2px;
}

.author-box .avatar {
    width: 70px;
    border-radius: 50%;
    margin-right: 30px;
}
h4.author-title {
    margin-bottom: 1em;
}
h4.author-title:before {
    content: 'A propos de';
}