18 lines
222 B
CSS

:root {
--height-img-mobile: 18rem;
}
.title {
font-size: 3rem;
}
.subtitle {
font-size: 1rem;
}
.article__header-img > a > img {
height: var(--height-img-mobile);
object-position: top;
object-fit: cover;
}