14 lines
181 B
CSS
Raw Normal View History

2021-10-25 18:38:01 +02:00
.title {
font-size: 3rem;
}
.subtitle {
font-size: 1rem;
}
.article__header-img > a > img {
height: var(--height-img-mobile);
object-position: top;
object-fit: cover;
}