14 lines
162 B
CSS
Raw Normal View History

2021-07-31 01:22:18 +02:00
.title {
font-size: 3rem;
2021-07-30 11:59:51 +02:00
}
2021-07-31 01:22:18 +02:00
.subtitle {
font-size: 1rem;
2021-07-31 21:30:57 +02:00
}
.article__header-img > a > img {
height: 18rem;
object-position: top;
object-fit: cover;
}