issue #8, reducir altura cover img en móvil

This commit is contained in:
pauguerrero 2021-10-03 16:35:59 +02:00
parent 9247064806
commit 3ec9f713f8
4 changed files with 12 additions and 12 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
.title { .title {
font-size: 3rem font-size: 3rem;
} }
.subtitle { .subtitle {
@ -7,7 +7,7 @@
} }
.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.

View File

@ -1,5 +1,5 @@
.title { .title {
font-size: 3rem font-size: 3rem;
} }
.subtitle { .subtitle {
@ -7,7 +7,7 @@
} }
.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;
} }