/*
Theme Name:   Astra Child (Blog Fix)
Theme URI:    https://wpastra.com/
Description:  Child theme for Astra that repairs blog archive, single post, sidebar, comments and tags display without modifying the parent theme.
Author:       Your Site
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/* All visual fixes live in assets/css/blog-fixes.css and are enqueued from functions.php,
   loaded AFTER the parent theme's compiled stylesheet so they can safely override it.
   This file only needs the theme header above for WordPress to recognise it as a child theme. */

.ast-article-post .entry-title {
    margin: 0 0 0.4em;
    font-size: 1.2em !important;
    line-height: 1.3;
}