.single-news__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.single-news__info .time-wrapper {
padding-right: 0.9375rem;
}
.single-news__info time {
white-space: nowrap;
}
.single-news__title {
font-size: 2.1875rem;
}
@media screen and (min-width: 40em) {
.single-news__title {
font-size: 2.5rem;
}
}
.single-news__author {
margin-bottom: 30px;
}
.single-news__thumbnail img {
width: 100%;
}
@media screen and (max-width: 40em) {
.single-news__info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media screen and (max-width: 28.125em) {
.single-news {
margin-top: 20px;
}
}