/* Egy oldal tartalma (single.php) */

.single-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    margin-top: -2rem;
}

.single-date i {
    margin-right: 5px;
}