Untitled
unknown
plain_text
9 months ago
718 B
7
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