mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-02-11 05:38:11 -05:00
issue #8, reducir altura cover img en móvil
This commit is contained in:
parent
9247064806
commit
3ec9f713f8
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
.title {
|
.title {
|
||||||
font-size: 3rem
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article__header-img > a > img {
|
.article__header-img > a > img {
|
||||||
height: initial;
|
height: 18rem;
|
||||||
object-position: initial;
|
object-position: top;
|
||||||
object-fit: initial;
|
object-fit: cover;
|
||||||
}
|
}
|
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
.title {
|
.title {
|
||||||
font-size: 3rem
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article__header-img > a > img {
|
.article__header-img > a > img {
|
||||||
height: initial;
|
height: 18rem;
|
||||||
object-position: initial;
|
object-position: top;
|
||||||
object-fit: initial;
|
object-fit: cover;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user