mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-02-07 11:48:10 -05:00
14 lines
162 B
CSS
14 lines
162 B
CSS
.title {
|
|
font-size: 3rem;
|
|
}
|
|
|
|
.subtitle {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.article__header-img > a > img {
|
|
height: 18rem;
|
|
object-position: top;
|
|
object-fit: cover;
|
|
}
|