1
0
mirror of https://github.com/tanrax/RSSPAPER.git synced 2025-03-22 05:24:17 -04:00
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;
}