/**
 * Стили для главной страницы GrandScreen
 * Кастомизация post-card элементов
 *
 * @package GrandScreen
 * @since 1.0.0
 */


.post-card--small .post-card__thumbnail img {
    border-radius: 18%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
