mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-02-07 03:38:11 -05:00
18 lines
222 B
CSS
18 lines
222 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;
|
|
}
|