mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-01-31 00:16:02 -05:00
23 lines
299 B
CSS
23 lines
299 B
CSS
:root {
|
|
--height-img-mobile: 18rem;
|
|
}
|
|
|
|
.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);
|
|
}
|