/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/twenty-twentyfive-child
Description: Child theme for the Twenty Twenty-Five theme
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* Import parent theme styles */
@import url("../twentytwentyfive/style.css");

/* Your custom styles below */
.headerWrapper{font-size:16px;}
.headerWrapper .wp-block-categories{list-style:none;padding:0;display:flex;}
.headerWrapper .wp-block-categories li{margin-left:10px;}

@media (max-width:500px){
    .blogCards{padding:0 !important;margin-bottom:40px;}
}