/*
Theme Name:   OlsenBaby
Description:  Write here a brief description about your child-theme
Author:       obaby
Author URL:   http://www.h4ck.org.cn
Template:     olsen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  OlsenBaby
*/

/* Write here your own personal stylesheet */
.entry-author figure.author-avatar img {
  display: inline-block;
  border-radius: 10% !important;
}

.comment-author .avatar {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 15px 15px 0;
    overflow: hidden !important;
    display: block !important;
    border-radius: 50% !important;
}

@media (max-width: 991px) {
    .comment-author .avatar {
        width: 32px !important;
        height: 32px !important;
        float: left !important;
        margin: 0 7px 7px 0 !important;
        overflow: hidden !important;
        display: block !important;
        border-radius: 50% !important;
    }
}