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