/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Style the category image */
.category-image {
    width: 100%; /* Make the image responsive */
    max-width: 800px; /* Set the max width */
    height: auto; /* Keep the aspect ratio */
    display: block; /* Make the image a block-level element */
    margin: 20px auto; /* Center the image with top and bottom margin */

}


