mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-02-06 11:18:10 -05:00
14 lines
181 B
CSS
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;
|
||
|
}
|