/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: factrage-admin (mgodf89@gmail.com)
*/

/* Woohoo! Let's customize! */

.author-avatar {
    float: left; /* Makes the image float to the left */
	padding-top: 10px;
    margin-right: 15px; /* Adds space to the right of the image */
    margin-bottom: 5px; /* Adds a little space below the image */
    /* Optional: Add border-radius for a round image */
    border-radius: 50%;
    /* Optional: Ensure the image doesn't get too large relative to text */
    max-width: 100%; /* Prevents image from overflowing its container */
    height: auto; /* Maintains aspect ratio */
}