/*
Theme Name:         BirdPress Child Theme
Theme URI:          https://thisisadvantage.com
Description:        WordPress Child Theme for BirdPress.
Version:            1.1
Author:             Cameron Knight
Author URI:         https://thisisadvantage.com
Text Domain:        sage
Template:           birdpress
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP:       7.3
Requires at least:  5.4
*/

/* ----------------------------------------------------------------------------
 * Child Theme styles begin here or in separate files.
 * ------------------------------------------------------------------------- */

body.blog h2,
body.archive h2 {
    font-size: 1.5rem;
}

.blog img,
body.archive img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.author {
    display: none;
}