/*
Theme Name: NewsMunch Child
Template: newsmunch
Author: Engrerik
Version: 1.0
*/

/* =================================================
   Кастомные стили для дочерней темы
================================================= */

/* Центрирование featured image в single-постах */
.post-single .featured-image {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.post-single .featured-image img {
    max-width: 100%;
    height: auto;
}