14 lines
190 B
CSS
Raw Normal View History

2021-10-04 16:11:48 +02:00
.title {
font-size: 3rem
}
.subtitle {
font-size: 1rem;
}
.article__header-img > a > img {
2021-10-06 23:07:53 +02:00
height: var(--height-img-mobile);
object-position: top;
object-fit: cover;
}