issue #8, reducir altura cover img en móvil #12
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
.title {
|
||||
font-size: 3rem
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.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,5 +1,5 @@
|
||||
.title {
|
||||
font-size: 3rem
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.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