mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-02-06 19:28:10 -05:00
19 lines
258 B
CSS
19 lines
258 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;
|
|
}
|
|
|
|
.article__date {
|
|
font-size: 0.9rem;
|
|
color: var(--color__nord-medium);
|
|
}
|