Andros Fenollosa e647ef6704 Update mobile
2021-10-06 23:07:53 +02:00

14 lines
181 B
CSS

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