13 lines
178 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 {
2021-07-30 11:59:51 +02:00
font-size: 1rem;
2021-07-31 21:30:57 +02:00
}
.article__header-img > a > img {
height: initial;
object-position: initial;
object-fit: initial;
2021-07-30 11:59:51 +02:00
}