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

Merged
pyrenaicus merged 3 commits from cover-image-mobile into main 2021-10-06 22:13:40 +02:00
4 changed files with 12 additions and 12 deletions
Showing only changes of commit 3ec9f713f8 - Show all commits
Binary file not shown.
+4 -4
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.
+4 -4
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;
} }