Untitled

 avatar
unknown
plain_text
a month ago
718 B
4
Indexable
.EG-READ .eg-read-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 5px;
}

.EG-READ .eg-read-time img {
    width: 19px;
    height: 19px;
    object-fit: cover;
}

.EG-READ .eg-read-time-count {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

@media screen and (max-width:767px) {
    .EG-READ .eg-read-time-count {
        font-size: 16px;
        font-weight: 500;
    }

    .EG-READ .eg-read-time img {
        width: 20px;
        height: 20px;
    }

    .EG-READ .eg-read-time {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }
}
Editor is loading...
Leave a Comment